<xs:complexType name="tMetadata">
<xs:complexContent>
<xs:extension base="dc:elementContainer">
<xs:annotation>
<xs:documentation>flexible collection of Dublin Core metadata based on xs:any according to http://dublincore.org/</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="organizationalUnits" type="rail:tOrganizationalUnits" minOccurs="0">
<xs:annotation>
<xs:documentation>Container element for various company definitions regarding the railway service of this file</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=CO:organizationalUnits"/>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |