<xs:complexType name="tAdditionalOcpName">
<xs:attribute name="name" type="rail:tGenericName">
<xs:annotation>
<xs:documentation>should be interpreted in its elements' context (e.g. track/name, vehicle/name)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="description" type="rail:tElementDescription">
<xs:annotation>
<xs:documentation>should be interpreted in its elements' context, substantiates the name</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute ref="xml:lang">
<xs:annotation>
<xs:documentation>natural language identification according to http://www.w3.org/TR/xml/#sec-lang-tag; should always be given</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="type" type="rail:tOcpNameType">
<xs:annotation>
<xs:documentation>type of the ocp name</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="rail:anyAttribute">
<xs:annotation>
<xs:documentation>provide an extension point for non-railML attributes in foreign namespace</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType> |