complexType DMonthDayType
diagram
namespace http://dsrc_r70/DSRC
children month day
used by
element DMonthDay
source <xsd:complexType name="DMonthDayType">
 
<xsd:sequence>
   
<xsd:element name="month" type="DMonth"/>
   
<xsd:element name="day" type="DDay"/>
 
</xsd:sequence>
</xsd:complexType>

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

element DMonthDayType/day
diagram
type DDay
properties
isRef 0
content simple
facets
minInclusive 0
maxInclusive 31
source <xsd:element name="day" type="DDay"/>


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