xal:PostBox
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.
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.
- xal:PostBoxNumber [1..1] Specification of the number of a postbox
- xal:PostBoxNumberPrefix [0..1] Specification of the prefix of the post box number. eg. A in POBox:A-123
- xal:PostBoxNumberSuffix [0..1] Specification of the suffix of the post box number. eg. A in POBox:123A
- xal:PostBoxNumberExtension [0..1] Some countries like USA have POBox as 12345-123
- xal:Firm [0..1] Specification of a firm, company, organization, etc. It can be specified as part of an address that contains a street or a postbox. It is therefore different from a large mail user address, which contains no street.
- 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 | Possible values are, not limited to: POBox and Freepost. | |
Indicator | [0..1] | xsd:anySimpleType | LOCKED BAG NO:1234 where the Indicator is NO: and Type is LOCKED BAG | |
Any attribute | [0..*] | Namespace: ##other, Process Contents: strict |
Used in
- Anonymous type of element xal:Locality
- Anonymous type of element xal:PostOffice
- Type xal:DependentLocalityType (Element xal:DependentLocality)
- Type xal:LargeMailUserType (Element xal:LargeMailUser)
- Type xal:PostalRouteType (Elements xal:PostalRoute, xal:PostalRoute)
Sample instance
<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:AddressLine>Any text</xal:AddressLine> <xal:DepartmentName>Any text</xal:DepartmentName> <xal:MailStop>... </xal:MailStop> <xal:PostalCode>... </xal:PostalCode> <!--any element--> </xal:Department> <xal:MailStop> <xal:AddressLine>Any text</xal:AddressLine> <xal:MailStopName>Any text</xal:MailStopName> <xal:MailStopNumber>Any text</xal:MailStopNumber> <!--any element--> </xal:MailStop> <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:Firm> <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:PostBox>