MEANS_OF_TRANSPORT

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
type restriction of dtSTRING required

Used By

Source

<xsd:element name="MEANS_OF_TRANSPORT">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="MEANS_OF_TRANSPORT_ID"/>
      <xsd:element ref="MEANS_OF_TRANSPORT_NAME" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="type" use="required">
      <xsd:simpleType>
        <xsd:restriction base="dtSTRING">
          <xsd:minLength value="1"/>
          <xsd:maxLength value="50"/>
          <xsd:pattern value="air|maritime|multimodal|rail|road|\w{1,50}"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>

Sample