Documentation for CityGML

Complex Type: LargeMailUserType

[Table of contents]

Super-types: None
Sub-types: None
Name LargeMailUserType
Used by (from the same schema document) Complex Type DependentLocalityType , Element Locality
Abstract no
XML Instance Representation
<...
Type=" xs:string [0..1]"
Allow any attributes from a namespace other than this schema's namespace (strict validation).
>
<AddressLine> ... </AddressLine> [0..*]
<LargeMailUserName
Type=" xs:string [0..1]

'Airport, Hospital, etc'

"

Code=" xs:string [0..1]"
Allow any attributes from a namespace other than this schema's namespace (strict validation).
/> [0..*]

'Name of the large mail user. eg. Smith Ford International airport'

<LargeMailUserIdentifier
Type=" xs:string [0..1]

'CEDEX Code'

"

Indicator="anySimpleType [0..1]

'eg. Building 429 in which Building is the Indicator'

"

Code="anySimpleType [0..1]

'Used by postal services to encode the name of the element.'

"
Allow any attributes from a namespace other than this schema's namespace (strict validation).
/> [0..1]

'Specification of the identification number of a large mail user. An example are the Cedex codes in France.'

<BuildingName> BuildingNameType </BuildingName> [0..*]

'Name of the building'

<Department> ... </Department> [0..1]
<PostBox> ... </PostBox> [0..1]
<Thoroughfare> ... </Thoroughfare> [0..1]
<PostalCode> ... </PostalCode> [0..1]
Allow any elements from a namespace other than this schema's namespace (strict validation). [0..*]
</...>
Diagram
h1885024549 h447686930 h-709140331 h-625423704 h1704720079 h453828251
Schema Component Representation
<xs:complexType name="LargeMailUserType">
<xs:sequence>
<xs:element ref=" AddressLine " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="LargeMailUserName" minOccurs="0" maxOccurs="unbounded">
<xs:complexType mixed="true">
<xs:attribute name="Type" type=" xs:string "/>
<xs:attribute name="Code" type=" xs:string "/>
<xs:anyAttribute namespace="##other"/>
</xs:complexType>
</xs:element>
<xs:element name="LargeMailUserIdentifier" minOccurs="0">
<xs:complexType mixed="true">
<xs:attribute name="Type" type=" xs:string "/>
<xs:attribute name="Indicator"/>
<xs:attributeGroup ref=" grPostal "/>
<xs:anyAttribute namespace="##other"/>
</xs:complexType>
</xs:element>
<xs:element name="BuildingName" type=" BuildingNameType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref=" Department " minOccurs="0"/>
<xs:element ref=" PostBox " minOccurs="0"/>
<xs:element ref=" Thoroughfare " minOccurs="0"/>
<xs:element ref=" PostalCode " minOccurs="0"/>
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="Type" type=" xs:string "/>
<xs:anyAttribute namespace="##other"/>
</xs:complexType>