complexType dsrc:TemporaryID
diagram
namespace http://www.DSRC-Draft-02-00-15
type extension of dsrc:TemporaryID-string
properties
base TemporaryID-string
used by
elements dsrc:BasicSafetyMessage/id dsrc:ValueList/temporaryID
facets
length 8
attributes
Name  Type  Use  Default  Fixed  annotation
EncodingTypederived by: xs:NMTOKENrequired      
source <xs:complexType name="TemporaryID">
 
<xs:simpleContent>
   
<xs:annotation>
     
<xs:documentation>      
            a 6 byte string array
        
</xs:documentation>
   
</xs:annotation>
   
<xs:extension base="TemporaryID-string">
     
<xs:attribute name="EncodingType" use="required">
       
<xs:simpleType>
         
<xs:restriction base="xs:NMTOKEN">
           
<xs:enumeration value="base64Binary"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>


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