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


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