| diagram | ![]() | ||
| namespace | http://dsrc_r70/DSRC | ||
| children | year month day | ||
| used by |
| ||
| source | <xsd:complexType name="DDateType"> <xsd:sequence> <xsd:element name="year" type="DYear"/> <xsd:element name="month" type="DMonth"/> <xsd:element name="day" type="DDay"/> </xsd:sequence> </xsd:complexType> |
| diagram | |||||
| type | DYear | ||||
| properties |
| ||||
| facets |
| ||||
| source | <xsd:element name="year" type="DYear"/> |
| diagram | |||||
| type | DMonth | ||||
| properties |
| ||||
| facets |
| ||||
| source | <xsd:element name="month" type="DMonth"/> |
| diagram | |||||
| type | DDay | ||||
| properties |
| ||||
| facets |
| ||||
| source | <xsd:element name="day" type="DDay"/> |