rail:aPlaces

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
category rail:tPlaceCategory required
count rail:tCounter required
count="0" means: there is no place of this category
description rail:tElementDescription optional
tapTsiType9039Code restriction of rail:tDigitString optional
Code list for the facility type description based on the directory of passenger code lists for the ERA technical documents used in TAP TSI (B.4.9039)
Values are outlined in the type9039CodeList (http://www.era.europa.eu/Document-Register/Documents/ERA_TAP_Passenger_Code_List_1.3.1.xsd)
http://www.era.europa.eu/Document-Register/Pages/TAP-TSI.aspx

Used By

Complex Types rail:tPlaces, rail:tPlacesTT

Source

<xs:attributeGroup name="aPlaces">
  <xs:attribute name="category" type="rail:tPlaceCategory" use="required"/>
  <xs:attribute name="tapTsiType9039Code">
    <xs:annotation>
      <xs:documentation>Code list for the facility type description based on the directory of passenger code lists for the ERA technical documents used in TAP TSI (B.4.9039)</xs:documentation>
      <xs:documentation>Values are outlined in the type9039CodeList (http://www.era.europa.eu/Document-Register/Documents/ERA_TAP_Passenger_Code_List_1.3.1.xsd)</xs:documentation>
      <xs:documentation source="http://www.era.europa.eu/Document-Register/Pages/TAP-TSI.aspx"/>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="rail:tDigitString">
        <xs:maxLength value="3"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="count" type="rail:tCounter" use="required">
    <xs:annotation>
      <xs:documentation>count="0" means: there is no place of this category</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="description" type="rail:tElementDescription"/>
</xs:attributeGroup>