simpleType DMonth
namespace http://dsrc_r70/DSRC
type restriction of xsd:unsignedByte
used by
elements DDateType/month DFullTimeType/month DMonthDayType/month DYearMonthType/month DDateTime/month
facets
minInclusive 0
maxInclusive 12
source <xsd:simpleType name="DMonth">
 
<xsd:restriction base="xsd:unsignedByte">
   
<xsd:minInclusive value="0"/>
   
<xsd:maxInclusive value="12"/>
 
</xsd:restriction>
</xsd:simpleType>


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