simpleType DescriptiveName
namespace http://www.DSRC-Draft-03-00-24
type restriction of xs:string
used by
elements MovementState/movementName MapFragment/name SPAT/name Approach/name Intersection/name VehicleIdent/name
facets
minLength 1
maxLength 63
source <xs:simpleType name="DescriptiveName">
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="63"/>
 
</xs:restriction>
</xs:simpleType>


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