| source | 
					<xs:complexType name="LocationIdent"> 
  <xs:annotation> 
    <xs:documentation>Indication of the Railway or Customer Location</xs:documentation> 
  </xs:annotation> 
  <xs:sequence> 
    <xs:element ref="CountryCodeISO"/> 
    <xs:element ref="LocationPrimaryCode"/> 
    <xs:element ref="PrimaryLocationName" minOccurs="0"/> 
    <xs:element ref="LocationSubsidiaryIdentification" minOccurs="0"/> 
  </xs:sequence> 
</xs:complexType> |