rail:aOperator

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
operatorClass xs:string required
vehicle class description of operator or complete identifier number in case of particular vehicle
operatorName rail:tGenericName optional
DEPRECATED: name of vehicle operator, use reference to operator list instead
vehicleOperatorRef rail:tGenericRef optional
reference to the vehicle operator entry

Used By

Complex Type rail:tOperator

Source

<xs:attributeGroup name="aOperator">
  <xs:attribute name="operatorName" type="rail:tGenericName">
    <xs:annotation>
      <xs:documentation>DEPRECATED: name of vehicle operator, use reference to operator list instead</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="vehicleOperatorRef" type="rail:tGenericRef">
    <xs:annotation>
      <xs:documentation>reference to the vehicle operator entry</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="operatorClass" type="xs:string" use="required">
    <xs:annotation>
      <xs:documentation>vehicle class description of operator or complete identifier number in case of particular vehicle</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>