rail:aManufacturer

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
manufacturerName rail:tGenericName optional
DEPRECATED: name of manufacturer, use reference to manufacturer list instead
manufacturerType rail:tElementDescription required
type description of manufacturer
serialNumber xs:string optional
serial number from manufacturer for the particular vehicle
vehicleManufacturerRef rail:tGenericRef optional
reference to the vehicle manufacturer entry

Used By

Complex Type rail:tManufacturer

Source

<xs:attributeGroup name="aManufacturer">
  <xs:attribute name="manufacturerName" type="rail:tGenericName">
    <xs:annotation>
      <xs:documentation>DEPRECATED: name of manufacturer, use reference to manufacturer list instead</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="vehicleManufacturerRef" type="rail:tGenericRef">
    <xs:annotation>
      <xs:documentation>reference to the vehicle manufacturer entry</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="manufacturerType" type="rail:tElementDescription" use="required">
    <xs:annotation>
      <xs:documentation>type description of manufacturer</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="serialNumber" type="xs:string">
    <xs:annotation>
      <xs:documentation>serial number from manufacturer for the particular vehicle</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>