complexType dsrc:DYearMonth
diagram
namespace http://www.DSRC-Draft-02-00-15
children year month
used by
element dsrc:ValueList/dYearMonth
source <xs:complexType name="DYearMonth">
 
<xs:sequence>
   
<xs:element name="year" type="DYear"/>
   
<!-- 2 bytes -->
   
<xs:element name="month" type="DMonth"/>
   
<!-- 1 byte -->
 
</xs:sequence>
</xs:complexType>

element dsrc:DYearMonth/year
diagram
type dsrc:DYear
properties
isRef 0
content simple
facets
maxInclusive 9999
source <xs:element name="year" type="DYear"/>

element dsrc:DYearMonth/month
diagram
type dsrc:DMonth
properties
isRef 0
content simple
facets
maxInclusive 15
source <xs:element name="month" type="DMonth"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy