rail:eLineVis

Complex Type Information

Model

Children: rail:trackVis

Attributes

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

Used By

Source

<xs:complexType name="eLineVis">
  <xs:complexContent>
    <xs:extension base="rail:tElementWithReference">
      <xs:sequence>
        <xs:element name="trackVis" type="rail:eTrackVis" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>