complexType DYearMonthType
diagram
namespace http://dsrc_r70/DSRC
children year month
used by
element DYearMonth
source <xsd:complexType name="DYearMonthType">
 
<xsd:sequence>
   
<xsd:element name="year" type="DYear"/>
   
<xsd:element name="month" type="DMonth"/>
 
</xsd:sequence>
</xsd:complexType>

element DYearMonthType/year
diagram
type DYear
properties
isRef 0
content simple
facets
minInclusive 0
maxInclusive 4095
source <xsd:element name="year" type="DYear"/>

element DYearMonthType/month
diagram
type DMonth
properties
isRef 0
content simple
facets
minInclusive 0
maxInclusive 12
source <xsd:element name="month" type="DMonth"/>


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