rail:aCrossedElement

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
pos rail:tLengthM optional
the relative position of the center of the crossed element as distance from begin of track
this value must be within the position range of the parent element
type rail:tCrossedElementType required
the type of element crossed by this element

Used By

Complex Type rail:tCrossedElement

Source

<xs:attributeGroup name="aCrossedElement">
  <xs:attribute name="type" type="rail:tCrossedElementType" use="required">
    <xs:annotation>
      <xs:documentation>the type of element crossed by this element</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="pos" type="rail:tLengthM">
    <xs:annotation>
      <xs:documentation>the relative position of the center of the crossed element as distance from begin of track</xs:documentation>
      <xs:documentation>this value must be within the position range of the parent element</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>