xal:PostOffice
Specification of a post office. Examples are a rural post office where post is delivered and a post office containing post office boxes.
Element information
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Schema document: xAL.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- xal:AddressLine [0..*] Free format address representation. An address can have more than one line. The order of the AddressLine elements must be preserved.
- Choice [1..1]
- xal:PostOfficeName [0..*] Specification of the name of the post office. This can be a rural postoffice where post is delivered or a post office containing post office boxes.
- xal:PostOfficeNumber [0..1] Specification of the number of the postoffice. Common in rural postoffices
- xal:PostalRoute [0..1] A Postal van is specific for a route as in Is`rael, Rural route
- xal:PostBox [0..1] Specification of a postbox like mail delivery point. Only a single postbox number can be specified. Examples of postboxes are POBox, free mail numbers, etc.
- xal:PostalCode [0..1] PostalCode is the container element for either simple or complex (extended) postal codes. Type: Area Code, Postcode, etc.
- Any element [0..*] Namespace: ##other, Process Contents: strict
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Type | [0..1] | xsd:anySimpleType | Could be a Mobile Postoffice Van as in Isreal | |
Indicator | [0..1] | xsd:anySimpleType | eg. Kottivakkam (P.O) here (P.O) is the Indicator | |
Any attribute | [0..*] | Namespace: ##other, Process Contents: strict |
Used in
- Anonymous type of element xal:AdministrativeArea
- Anonymous type of element xal:Locality
- Anonymous type of element xal:SubAdministrativeArea
- Type xal:DependentLocalityType (Element xal:DependentLocality)
Sample instance
<xal:PostOffice> <xal:AddressLine>Any text</xal:AddressLine> <xal:PostOfficeName>Any text</xal:PostOfficeName> <xal:PostalRoute> <xal:AddressLine>Any text</xal:AddressLine> <xal:PostalRouteName>Any text</xal:PostalRouteName> <xal:PostBox> <xal:AddressLine>Any text</xal:AddressLine> <xal:PostBoxNumber>Any text</xal:PostBoxNumber> <xal:PostBoxNumberPrefix>Any text</xal:PostBoxNumberPrefix> <xal:PostBoxNumberSuffix>Any text</xal:PostBoxNumberSuffix> <xal:PostBoxNumberExtension>Any text</xal:PostBoxNumberExtension> <xal:Firm>... </xal:Firm> <xal:PostalCode>... </xal:PostalCode> <!--any element--> </xal:PostBox> <!--any element--> </xal:PostalRoute> <xal:PostBox> <xal:AddressLine>Any text</xal:AddressLine> <xal:PostBoxNumber>Any text</xal:PostBoxNumber> <xal:PostBoxNumberPrefix>Any text</xal:PostBoxNumberPrefix> <xal:PostBoxNumberSuffix>Any text</xal:PostBoxNumberSuffix> <xal:PostBoxNumberExtension>Any text</xal:PostBoxNumberExtension> <xal:Firm> <xal:AddressLine>Any text</xal:AddressLine> <xal:FirmName>Any text</xal:FirmName> <xal:Department>... </xal:Department> <xal:MailStop>... </xal:MailStop> <xal:PostalCode>... </xal:PostalCode> <!--any element--> </xal:Firm> <xal:PostalCode> <xal:AddressLine>Any text</xal:AddressLine> <xal:PostalCodeNumber>Any text</xal:PostalCodeNumber> <xal:PostalCodeNumberExtension>Any text</xal:PostalCodeNumberExtension> <xal:PostTown>... </xal:PostTown> <!--any element--> </xal:PostalCode> <!--any element--> </xal:PostBox> <xal:PostalCode> <xal:AddressLine>Any text</xal:AddressLine> <xal:PostalCodeNumber>Any text</xal:PostalCodeNumber> <xal:PostalCodeNumberExtension>Any text</xal:PostalCodeNumberExtension> <xal:PostTown> <xal:AddressLine>Any text</xal:AddressLine> <xal:PostTownName>Any text</xal:PostTownName> <xal:PostTownSuffix>Any text</xal:PostTownSuffix> </xal:PostTown> <!--any element--> </xal:PostalCode> <!--any element--> </xal:PostOffice>