InsuranceTypeCodeType

Simple Type Information

Used By

Source

<xs:simpleType name="InsuranceTypeCodeType">
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="Accomodation"/>
    <xs:enumeration value="Adventure"/>
    <xs:enumeration value="AllSports"/>
    <xs:enumeration value="BackPacker"/>
    <xs:enumeration value="Business"/>
    <xs:enumeration value="Golf"/>
    <xs:enumeration value="Leisure"/>
    <xs:enumeration value="Montaineering"/>
    <xs:enumeration value="NoInsurance"/>
    <xs:enumeration value="ScubaDiving"/>
    <xs:enumeration value="Standard"/>
    <xs:enumeration value="WaterSports"/>
    <xs:enumeration value="WinterSports"/>
  </xs:restriction>
</xs:simpleType>