rail:eTrackGroups

Complex Type Information

Model

rail:line* , rail:locallyControlledArea* , ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<xs:complexType name="eTrackGroups">
  <xs:sequence>
    <xs:element name="line" type="rail:eLine" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation source="http://wiki.railml.org/index.php?title=IS:line"/>
      </xs:annotation>
    </xs:element>
    <xs:element name="locallyControlledArea" type="rail:eLocallyControlledArea" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation source="http://wiki.railml.org/index.php?title=IS:locallyControlledArea"/>
      </xs:annotation>
    </xs:element>
    <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>provide an extension point for non-railML elements in foreign namespace</xs:documentation>
      </xs:annotation>
    </xs:any>
  </xs:sequence>
</xs:complexType>