simpleType VINstring
namespace http://dsrc_r70/DSRC
type restriction of xsd:hexBinary
used by
element VehicleIdent/vin
facets
minLength 1
maxLength 17
source <xsd:simpleType name="VINstring">
 
<xsd:restriction base="xsd:hexBinary">
   
<xsd:minLength value="1"/>
   
<xsd:maxLength value="17"/>
 
</xsd:restriction>
</xsd:simpleType>


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