rail:aOwner

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
infrastructureManagerRef rail:tGenericRef optional
reference to the infrastructure manager entry
ownerName xs:string optional
DEPRECATED, use infrastructureManagerRef instead to refer to a listed infrastructureManager
uic-no rail:tPositiveCounter optional

Used By

Source

<xs:attributeGroup name="aOwner">
  <xs:attribute name="ownerName" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>DEPRECATED, use infrastructureManagerRef instead to refer to a listed infrastructureManager</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="uic-no" type="rail:tPositiveCounter"/>
  <xs:attribute name="infrastructureManagerRef" type="rail:tGenericRef">
    <xs:annotation>
      <xs:documentation>reference to the infrastructure manager entry</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>