rail:aLine

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
infrastructureManagerRef rail:tGenericRef optional
reference to the infrastructure manager entry
lineCategory rail:tLineClassificationType optional
the category of the line according to the EU regulation EN 15528 (other national values are also possible)
type rail:tLineType optional
distinguish between different line type: main line, secondary line...

Used By

Complex Type rail:tLine

Source

<xs:attributeGroup name="aLine">
  <xs:attribute name="type" type="rail:tLineType">
    <xs:annotation>
      <xs:documentation>distinguish between different line type: main line, secondary line...</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="infrastructureManagerRef" type="rail:tGenericRef">
    <xs:annotation>
      <xs:documentation>reference to the infrastructure manager entry</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="lineCategory" type="rail:tLineClassificationType">
    <xs:annotation>
      <xs:documentation>the category of the line according to the EU regulation EN 15528 (other national values are also possible)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>