<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> |