LocationRoleCodeType

Simple Type Information

Used By

Attribute LocationType/@Role

Source

<xs:simpleType name="LocationRoleCodeType">
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="PlaceOfBirth"/>
    <xs:enumeration value="PlaceOfIssue"/>
    <xs:enumeration value="PlaceOfUse"/>
    <xs:enumeration value="PlaceOfSignature"/>
    <xs:enumeration value="SellLocation"/>
    <xs:enumeration value="ProcessLocation"/>
  </xs:restriction>
</xs:simpleType>