diagram | |||||||||||||
namespace | urn:oasis:names:tc:ciq:xsdschema:xAL:2.0 | ||||||||||||
children | AddressLine LargeMailUserName LargeMailUserIdentifier BuildingName Department PostBox Thoroughfare PostalCode | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <complexType name="LargeMailUserType"> <sequence> <element ref="AddressLine" minOccurs="0" maxOccurs="unbounded"/> <element name="LargeMailUserName" minOccurs="0" maxOccurs="unbounded"> <annotation> <documentation>Name of the large mail user. eg. Smith Ford International airport</documentation> </annotation> <complexType mixed="true"> <attribute name="Type" type="xs:string"> <annotation> <documentation>Airport, Hospital, etc</documentation> </annotation> </attribute> <attribute name="Code" type="xs:string"/> <anyAttribute namespace="##other"/> </complexType> </element> <element name="LargeMailUserIdentifier" minOccurs="0"> <annotation> <documentation>Specification of the identification number of a large mail user. An example are the Cedex codes in France.</documentation> </annotation> <complexType mixed="true"> <attribute name="Type" type="xs:string"> <annotation> <documentation>CEDEX Code</documentation> </annotation> </attribute> <attribute name="Indicator"> <annotation> <documentation>eg. Building 429 in which Building is the Indicator</documentation> </annotation> </attribute> <attributeGroup ref="grPostal"/> <anyAttribute namespace="##other"/> </complexType> </element> <element name="BuildingName" type="BuildingNameType" minOccurs="0" maxOccurs="unbounded"> <annotation> <documentation>Name of the building</documentation> </annotation> </element> <element ref="Department" minOccurs="0"/> <element ref="PostBox" minOccurs="0"/> <element ref="Thoroughfare" minOccurs="0"/> <element ref="PostalCode" minOccurs="0"/> <any namespace="##other" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="Type" type="xs:string"/> <anyAttribute namespace="##other"/> </complexType> |
type | string |
source | <attribute name="Type" type="xs:string"/> |
diagram | |||||||||||||||||||||
namespace | urn:oasis:names:tc:ciq:xsdschema:xAL:2.0 | ||||||||||||||||||||
properties |
|
||||||||||||||||||||
attributes |
|
||||||||||||||||||||
annotation |
|
||||||||||||||||||||
source | <element name="LargeMailUserName" minOccurs="0" maxOccurs="unbounded"> <annotation> <documentation>Name of the large mail user. eg. Smith Ford International airport</documentation> </annotation> <complexType mixed="true"> <attribute name="Type" type="xs:string"> <annotation> <documentation>Airport, Hospital, etc</documentation> </annotation> </attribute> <attribute name="Code" type="xs:string"/> <anyAttribute namespace="##other"/> </complexType> </element> |
type | string | ||
annotation |
|
||
source | <attribute name="Type" type="xs:string"> <annotation> <documentation>Airport, Hospital, etc</documentation> </annotation> </attribute> |
type | string |
source | <attribute name="Code" type="xs:string"/> |
diagram | |||||||||||||||||||||||||||||||
namespace | urn:oasis:names:tc:ciq:xsdschema:xAL:2.0 | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <element name="LargeMailUserIdentifier" minOccurs="0"> <annotation> <documentation>Specification of the identification number of a large mail user. An example are the Cedex codes in France.</documentation> </annotation> <complexType mixed="true"> <attribute name="Type" type="xs:string"> <annotation> <documentation>CEDEX Code</documentation> </annotation> </attribute> <attribute name="Indicator"> <annotation> <documentation>eg. Building 429 in which Building is the Indicator</documentation> </annotation> </attribute> <attributeGroup ref="grPostal"/> <anyAttribute namespace="##other"/> </complexType> </element> |
type | string | ||
annotation |
|
||
source | <attribute name="Type" type="xs:string"> <annotation> <documentation>CEDEX Code</documentation> </annotation> </attribute> |
annotation |
|
||
source | <attribute name="Indicator"> <annotation> <documentation>eg. Building 429 in which Building is the Indicator</documentation> </annotation> </attribute> |
diagram | |||||||||||||||||||||||||||||
namespace | urn:oasis:names:tc:ciq:xsdschema:xAL:2.0 | ||||||||||||||||||||||||||||
type | BuildingNameType | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||
source | <element name="BuildingName" type="BuildingNameType" minOccurs="0" maxOccurs="unbounded"> <annotation> <documentation>Name of the building</documentation> </annotation> </element> |