<xs:element name="OrganisationName" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Name of the organisation. Example: MSI Business Solutions in "MSI Business Solutions Pty. Ltd" or the whole name itself </xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:attribute name="Type">
<xs:annotation>
<xs:documentation>Type of Organisation name. Example: Official, Legal, Un-official, etc</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="NameType">
<xs:annotation>
<xs:documentation>Defines the name type of the Organisation name. Example: Former name, new name, abbreviated name etc.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Code">
<xs:annotation>
<xs:documentation>Indicates the name element code defined by postal standard groups like ECCMA, ADIS, UN/PROLIST for postal services.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" />
</xs:complexType>
</xs:element>
|