complexType DDateType
diagram
namespace http://dsrc_r70/DSRC
children year month day
used by
element DDate
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>

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

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

element DDateType/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