xal:Country
Specification of a country
Element information
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Schema document: xAL.xsd
Type: Anonymous
Properties: Local, 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:CountryNameCode [0..*] A country code according to the specified scheme
- xal:CountryName [0..*] Specification of the name of a country.
- Choice [0..1]
- xal:AdministrativeArea Examples of administrative areas are provinces counties, special regions (such as "Rijnmond"), etc.
- xal:Locality Locality is one level lower than adminisstrative area. Eg.: cities, reservations and any other built-up areas.
- xal:Thoroughfare Specification of a thoroughfare. A thoroughfare could be a rd, street, canal, river, etc. Note dependentlocality in a street. For example, in some countries, a large street will have many subdivisions with numbers. Normally the subdivision name is the same as the road name, but with a number to identifiy it. Eg. SOI SUKUMVIT 3, SUKUMVIT RD, BANGKOK
- Any element [0..*] Namespace: ##other, Process Contents: strict
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: strict |
Used in
- Type xal:AddressDetails (Element xal:AddressDetails)
Sample instance
<xal:Country> <xal:AddressLine>Any text</xal:AddressLine> <xal:CountryNameCode>Any text</xal:CountryNameCode> <xal:CountryName>Any text</xal:CountryName> <xal:AdministrativeArea> <xal:AddressLine>Any text</xal:AddressLine> <xal:AdministrativeAreaName>Any text</xal:AdministrativeAreaName> <xal:SubAdministrativeArea> <xal:AddressLine>Any text</xal:AddressLine> <xal:SubAdministrativeAreaName>Any text</xal:SubAdministrativeAreaName> <xal:Locality>... </xal:Locality> <!--any element--> </xal:SubAdministrativeArea> <xal:Locality> <xal:AddressLine>Any text</xal:AddressLine> <xal:LocalityName>Any text</xal:LocalityName> <xal:PostBox>... </xal:PostBox> <xal:Thoroughfare>... </xal:Thoroughfare> <xal:Premise>... </xal:Premise> <xal:DependentLocality>... </xal:DependentLocality> <xal:PostalCode>... </xal:PostalCode> <!--any element--> </xal:Locality> <!--any element--> </xal:AdministrativeArea> <!--any element--> </xal:Country>