<complexType name="DriverInformationType">
<sequence>
<element ref="pidx:SecondaryDriverID" minOccurs="0" />
</sequence>
<attribute name="DriverID" use="required">
<annotation>
<documentation>Data that belongs to the Terminal Automation System.</documentation>
</annotation>
<simpleType>
<restriction base="NMTOKEN">
<pattern value="[0-9a-zA-Z]{1,20}" />
</restriction>
</simpleType>
</attribute>
<attribute name="DriverName">
<simpleType>
<restriction base="NMTOKEN">
<pattern value="[0-9a-zA-Z]{1,30}" />
</restriction>
</simpleType>
</attribute>
<attribute name="Signature" type="string" />
</complexType>
|