rail:aTrainPartSequence

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
categoryRef rail:tGenericRef optional
the category of a train which could differ (by its meaning) from a train part category
pathStatus rail:tPathStatus optional
sequence rail:tPositiveCounter required

Used By

Source

<xs:attributeGroup name="aTrainPartSequence">
  <xs:attribute name="sequence" type="rail:tPositiveCounter" use="required"/>
  <xs:attribute name="pathStatus" type="rail:tPathStatus"/>
  <xs:attribute name="categoryRef" type="rail:tGenericRef">
    <xs:annotation>
      <xs:documentation>the category of a train which could differ (by its meaning) from a train part category</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>