TK_ParkingCodeCodeType

%DOC%

Simple Type Information

Source

<xs:simpleType name="TK_ParkingCodeCodeType">
  <xs:annotation>
    <xs:documentation xml:lang="EN">%DOC%</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="IndoorParking"/>
    <xs:enumeration value="FreeParking"/>
    <xs:enumeration value="TollParking"/>
    <xs:enumeration value="OutdoorParking"/>
  </xs:restriction>
</xs:simpleType>