diagram | ![]() |
||
namespace | http://www.DSRC-Draft-02-00-15 | ||
children | year month day hour minute second | ||
used by |
|
||
source | <xs:complexType name="DDateTime"> <xs:sequence> <xs:element name="year" type="DYear"/> <!-- 2 bytes --> <xs:element name="month" type="DMonth"/> <!-- 1 byte --> <xs:element name="day" type="DDay"/> <!-- 1 byte --> <xs:element name="hour" type="DHour"/> <!-- 1 byte --> <xs:element name="minute" type="DMinute"/> <!-- 1 byte --> <xs:element name="second" type="DSecond"/> <!-- 2 bytes --> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
type | dsrc:DYear | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="year" type="DYear"/> |
diagram | ![]() |
||||
type | dsrc:DMonth | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="month" type="DMonth"/> |
diagram | ![]() |
||||
type | dsrc:DDay | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="day" type="DDay"/> |
diagram | ![]() |
||||
type | dsrc:DHour | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="hour" type="DHour"/> |
diagram | ![]() |
||||
type | dsrc:DMinute | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="minute" type="DMinute"/> |
diagram | ![]() |
||||
type | dsrc:DSecond | ||||
properties |
|
||||
source | <xs:element name="second" type="DSecond"/> |