rail:tElementRefInGroup

generic type for inheritance in serialized reference elements

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ref rail:tGenericRef required
reference is required because it's the purpose of the element
sequence rail:tPositiveCounter optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<xs:complexType name="tElementRefInGroup">
  <xs:annotation>
    <xs:documentation>generic type for inheritance in serialized reference elements</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="rail:tElementWithReference">
      <xs:attribute name="sequence" type="rail:tPositiveCounter"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>