<xs:element name="TransportVehicleIdentifier">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="s30">
<xs:attribute name="TransportVehicleIdentifierType" type="transportVehicleIdentifierType" />
<xs:attribute name="StateOrProvince" type="stateOrProvinceType" />
<xs:attribute name="ISOCountryCode" type="countryCode" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|