element PostBox
diagram ogckml22_diagrams/ogckml22_p365.png
namespace urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
properties
content complex
children AddressLine PostBoxNumber PostBoxNumberPrefix PostBoxNumberSuffix PostBoxNumberExtension Firm PostalCode
used by
elements Locality PostOffice
complexTypes DependentLocalityType LargeMailUserType PostalRouteType
attributes
Name  Type  Use  Default  Fixed  Annotation
Type          
documentation
Possible values are, not limited to: POBox and Freepost.
Indicator          
documentation
LOCKED BAG NO:1234 where the Indicator is NO: and Type is LOCKED BAG
annotation
documentation
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.
source <element name="PostBox">
 
<annotation>
   
<documentation>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.</documentation>
 
</annotation>
 
<complexType>
   
<sequence>
     
<element ref="AddressLine" minOccurs="0" maxOccurs="unbounded"/>
     
<element name="PostBoxNumber">
       
<annotation>
         
<documentation>Specification of the number of a postbox</documentation>
       
</annotation>
       
<complexType mixed="true">
         
<attributeGroup ref="grPostal"/>
         
<anyAttribute namespace="##other"/>
       
</complexType>
     
</element>
     
<element name="PostBoxNumberPrefix" minOccurs="0">
       
<annotation>
         
<documentation>Specification of the prefix of the post box number. eg. A in POBox:A-123</documentation>
       
</annotation>
       
<complexType mixed="true">
         
<attribute name="NumberPrefixSeparator">
           
<annotation>
             
<documentation>A-12 where 12 is number and A is prefix and "-" is the separator</documentation>
           
</annotation>
         
</attribute>
         
<attributeGroup ref="grPostal"/>
         
<anyAttribute namespace="##other"/>
       
</complexType>
     
</element>
     
<element name="PostBoxNumberSuffix" minOccurs="0">
       
<annotation>
         
<documentation>Specification of the suffix of the post box number. eg. A in POBox:123A</documentation>
       
</annotation>
       
<complexType mixed="true">
         
<attribute name="NumberSuffixSeparator">
           
<annotation>
             
<documentation>12-A where 12 is number and A is suffix and "-" is the separator</documentation>
           
</annotation>
         
</attribute>
         
<attributeGroup ref="grPostal"/>
         
<anyAttribute namespace="##other"/>
       
</complexType>
     
</element>
     
<element name="PostBoxNumberExtension" minOccurs="0">
       
<annotation>
         
<documentation>Some countries like USA have POBox as 12345-123</documentation>
       
</annotation>
       
<complexType mixed="true">
         
<attribute name="NumberExtensionSeparator">
           
<annotation>
             
<documentation>"-" is the NumberExtensionSeparator in POBOX:12345-123</documentation>
           
</annotation>
         
</attribute>
         
<anyAttribute namespace="##other"/>
       
</complexType>
     
</element>
     
<element name="Firm" type="FirmType" minOccurs="0">
       
<annotation>
         
<documentation>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.
</documentation>
       
</annotation>
     
</element>
     
<element ref="PostalCode" minOccurs="0"/>
     
<any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
   
</sequence>
   
<attribute name="Type">
     
<annotation>
       
<documentation>Possible values are, not limited to: POBox and Freepost.</documentation>
     
</annotation>
   
</attribute>
   
<attribute name="Indicator">
     
<annotation>
       
<documentation>LOCKED BAG NO:1234 where the Indicator is NO: and Type is LOCKED BAG</documentation>
     
</annotation>
   
</attribute>
   
<anyAttribute namespace="##other"/>
 
</complexType>
</element>

attribute PostBox/@Type
annotation
documentation
Possible values are, not limited to: POBox and Freepost.
source <attribute name="Type">
 
<annotation>
   
<documentation>Possible values are, not limited to: POBox and Freepost.</documentation>
 
</annotation>
</attribute>

attribute PostBox/@Indicator
annotation
documentation
LOCKED BAG NO:1234 where the Indicator is NO: and Type is LOCKED BAG
source <attribute name="Indicator">
 
<annotation>
   
<documentation>LOCKED BAG NO:1234 where the Indicator is NO: and Type is LOCKED BAG</documentation>
 
</annotation>
</attribute>

element PostBox/PostBoxNumber
diagram ogckml22_diagrams/ogckml22_p366.png
namespace urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
properties
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  Annotation
Code          
documentation
Used by postal services to encode the name of the element.
annotation
documentation
Specification of the number of a postbox
source <element name="PostBoxNumber">
 
<annotation>
   
<documentation>Specification of the number of a postbox</documentation>
 
</annotation>
 
<complexType mixed="true">
   
<attributeGroup ref="grPostal"/>
   
<anyAttribute namespace="##other"/>
 
</complexType>
</element>

element PostBox/PostBoxNumberPrefix
diagram ogckml22_diagrams/ogckml22_p367.png
namespace urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
properties
minOcc 0
maxOcc 1
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  Annotation
NumberPrefixSeparator          
documentation
A-12 where 12 is number and A is prefix and "-" is the separator
Code          
documentation
Used by postal services to encode the name of the element.
annotation
documentation
Specification of the prefix of the post box number. eg. A in POBox:A-123
source <element name="PostBoxNumberPrefix" minOccurs="0">
 
<annotation>
   
<documentation>Specification of the prefix of the post box number. eg. A in POBox:A-123</documentation>
 
</annotation>
 
<complexType mixed="true">
   
<attribute name="NumberPrefixSeparator">
     
<annotation>
       
<documentation>A-12 where 12 is number and A is prefix and "-" is the separator</documentation>
     
</annotation>
   
</attribute>
   
<attributeGroup ref="grPostal"/>
   
<anyAttribute namespace="##other"/>
 
</complexType>
</element>

attribute PostBox/PostBoxNumberPrefix/@NumberPrefixSeparator
annotation
documentation
A-12 where 12 is number and A is prefix and "-" is the separator
source <attribute name="NumberPrefixSeparator">
 
<annotation>
   
<documentation>A-12 where 12 is number and A is prefix and "-" is the separator</documentation>
 
</annotation>
</attribute>

element PostBox/PostBoxNumberSuffix
diagram ogckml22_diagrams/ogckml22_p368.png
namespace urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
properties
minOcc 0
maxOcc 1
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  Annotation
NumberSuffixSeparator          
documentation
12-A where 12 is number and A is suffix and "-" is the separator
Code          
documentation
Used by postal services to encode the name of the element.
annotation
documentation
Specification of the suffix of the post box number. eg. A in POBox:123A
source <element name="PostBoxNumberSuffix" minOccurs="0">
 
<annotation>
   
<documentation>Specification of the suffix of the post box number. eg. A in POBox:123A</documentation>
 
</annotation>
 
<complexType mixed="true">
   
<attribute name="NumberSuffixSeparator">
     
<annotation>
       
<documentation>12-A where 12 is number and A is suffix and "-" is the separator</documentation>
     
</annotation>
   
</attribute>
   
<attributeGroup ref="grPostal"/>
   
<anyAttribute namespace="##other"/>
 
</complexType>
</element>

attribute PostBox/PostBoxNumberSuffix/@NumberSuffixSeparator
annotation
documentation
12-A where 12 is number and A is suffix and "-" is the separator
source <attribute name="NumberSuffixSeparator">
 
<annotation>
   
<documentation>12-A where 12 is number and A is suffix and "-" is the separator</documentation>
 
</annotation>
</attribute>

element PostBox/PostBoxNumberExtension
diagram ogckml22_diagrams/ogckml22_p369.png
namespace urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
properties
minOcc 0
maxOcc 1
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  Annotation
NumberExtensionSeparator          
documentation
"-" is the NumberExtensionSeparator in POBOX:12345-123
annotation
documentation
Some countries like USA have POBox as 12345-123
source <element name="PostBoxNumberExtension" minOccurs="0">
 
<annotation>
   
<documentation>Some countries like USA have POBox as 12345-123</documentation>
 
</annotation>
 
<complexType mixed="true">
   
<attribute name="NumberExtensionSeparator">
     
<annotation>
       
<documentation>"-" is the NumberExtensionSeparator in POBOX:12345-123</documentation>
     
</annotation>
   
</attribute>
   
<anyAttribute namespace="##other"/>
 
</complexType>
</element>

attribute PostBox/PostBoxNumberExtension/@NumberExtensionSeparator
annotation
documentation
"-" is the NumberExtensionSeparator in POBOX:12345-123
source <attribute name="NumberExtensionSeparator">
 
<annotation>
   
<documentation>"-" is the NumberExtensionSeparator in POBOX:12345-123</documentation>
 
</annotation>
</attribute>

element PostBox/Firm
diagram ogckml22_diagrams/ogckml22_p370.png
namespace urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
type FirmType
properties
minOcc 0
maxOcc 1
content complex
children AddressLine FirmName Department MailStop PostalCode
attributes
Name  Type  Use  Default  Fixed  Annotation
Type          
annotation
documentation
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.
source <element name="Firm" type="FirmType" minOccurs="0">
 
<annotation>
   
<documentation>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.
</documentation>
 
</annotation>
</element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy