element PostOffice
diagram ogckml22_diagrams/ogckml22_p371.png
namespace urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
properties
content complex
children AddressLine PostOfficeName PostOfficeNumber PostalRoute PostBox PostalCode
used by
elements AdministrativeArea Locality AdministrativeArea/SubAdministrativeArea
complexType DependentLocalityType
attributes
Name  Type  Use  Default  Fixed  Annotation
Type          
documentation
Could be a Mobile Postoffice Van as in Isreal
Indicator          
documentation
eg. Kottivakkam (P.O) here (P.O) is the Indicator
annotation
documentation
Specification of a post office. Examples are a rural post office where post is delivered and a post office containing post office boxes.
source <element name="PostOffice">
 
<annotation>
   
<documentation>Specification of a post office. Examples are a rural post office where post is delivered and a post office containing post office boxes.</documentation>
 
</annotation>
 
<complexType>
   
<sequence>
     
<element ref="AddressLine" minOccurs="0" maxOccurs="unbounded"/>
     
<choice>
       
<element name="PostOfficeName" minOccurs="0" maxOccurs="unbounded">
         
<annotation>
           
<documentation>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.</documentation>
         
</annotation>
         
<complexType mixed="true">
           
<attribute name="Type"/>
           
<attributeGroup ref="grPostal"/>
           
<anyAttribute namespace="##other"/>
         
</complexType>
       
</element>
       
<element name="PostOfficeNumber" minOccurs="0">
         
<annotation>
           
<documentation>Specification of the number of the postoffice. Common in rural postoffices</documentation>
         
</annotation>
         
<complexType mixed="true">
           
<attribute name="Indicator">
             
<annotation>
               
<documentation>MS in MS 62, # in MS # 12, etc.</documentation>
             
</annotation>
           
</attribute>
           
<attribute name="IndicatorOccurrence">
             
<annotation>
               
<documentation>MS occurs before 62 in MS 62</documentation>
             
</annotation>
             
<simpleType>
               
<restriction base="xs:NMTOKEN">
                 
<enumeration value="Before"/>
                 
<enumeration value="After"/>
               
</restriction>
             
</simpleType>
           
</attribute>
           
<attributeGroup ref="grPostal"/>
           
<anyAttribute namespace="##other"/>
         
</complexType>
       
</element>
     
</choice>
     
<element name="PostalRoute" type="PostalRouteType" minOccurs="0">
       
<annotation>
         
<documentation>A Postal van is specific for a route as in Is`rael, Rural route</documentation>
       
</annotation>
     
</element>
     
<element ref="PostBox" minOccurs="0"/>
     
<element ref="PostalCode" minOccurs="0"/>
     
<any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
   
</sequence>
   
<attribute name="Type">
     
<annotation>
       
<documentation>Could be a Mobile Postoffice Van as in Isreal</documentation>
     
</annotation>
   
</attribute>
   
<attribute name="Indicator">
     
<annotation>
       
<documentation>eg. Kottivakkam (P.O) here (P.O) is the Indicator</documentation>
     
</annotation>
   
</attribute>
   
<anyAttribute namespace="##other"/>
 
</complexType>
</element>

attribute PostOffice/@Type
annotation
documentation
Could be a Mobile Postoffice Van as in Isreal
source <attribute name="Type">
 
<annotation>
   
<documentation>Could be a Mobile Postoffice Van as in Isreal</documentation>
 
</annotation>
</attribute>

attribute PostOffice/@Indicator
annotation
documentation
eg. Kottivakkam (P.O) here (P.O) is the Indicator
source <attribute name="Indicator">
 
<annotation>
   
<documentation>eg. Kottivakkam (P.O) here (P.O) is the Indicator</documentation>
 
</annotation>
</attribute>

element PostOffice/PostOfficeName
diagram ogckml22_diagrams/ogckml22_p372.png
namespace urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
properties
minOcc 0
maxOcc unbounded
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  Annotation
Type          
Code          
documentation
Used by postal services to encode the name of the element.
annotation
documentation
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.
source <element name="PostOfficeName" minOccurs="0" maxOccurs="unbounded">
 
<annotation>
   
<documentation>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.</documentation>
 
</annotation>
 
<complexType mixed="true">
   
<attribute name="Type"/>
   
<attributeGroup ref="grPostal"/>
   
<anyAttribute namespace="##other"/>
 
</complexType>
</element>

attribute PostOffice/PostOfficeName/@Type
source <attribute name="Type"/>

element PostOffice/PostOfficeNumber
diagram ogckml22_diagrams/ogckml22_p373.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
Indicator          
documentation
MS in MS 62, # in MS # 12, etc.
IndicatorOccurrence  derived by: NMTOKEN        
documentation
MS occurs before 62 in MS 62
Code          
documentation
Used by postal services to encode the name of the element.
annotation
documentation
Specification of the number of the postoffice. Common in rural postoffices
source <element name="PostOfficeNumber" minOccurs="0">
 
<annotation>
   
<documentation>Specification of the number of the postoffice. Common in rural postoffices</documentation>
 
</annotation>
 
<complexType mixed="true">
   
<attribute name="Indicator">
     
<annotation>
       
<documentation>MS in MS 62, # in MS # 12, etc.</documentation>
     
</annotation>
   
</attribute>
   
<attribute name="IndicatorOccurrence">
     
<annotation>
       
<documentation>MS occurs before 62 in MS 62</documentation>
     
</annotation>
     
<simpleType>
       
<restriction base="xs:NMTOKEN">
         
<enumeration value="Before"/>
         
<enumeration value="After"/>
       
</restriction>
     
</simpleType>
   
</attribute>
   
<attributeGroup ref="grPostal"/>
   
<anyAttribute namespace="##other"/>
 
</complexType>
</element>

attribute PostOffice/PostOfficeNumber/@Indicator
annotation
documentation
MS in MS 62, # in MS # 12, etc.
source <attribute name="Indicator">
 
<annotation>
   
<documentation>MS in MS 62, # in MS # 12, etc.</documentation>
 
</annotation>
</attribute>

attribute PostOffice/PostOfficeNumber/@IndicatorOccurrence
type restriction of NMTOKEN
facets
Kind Value Annotation
enumeration Before
enumeration After
annotation
documentation
MS occurs before 62 in MS 62
source <attribute name="IndicatorOccurrence">
 
<annotation>
   
<documentation>MS occurs before 62 in MS 62</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="xs:NMTOKEN">
     
<enumeration value="Before"/>
     
<enumeration value="After"/>
   
</restriction>
 
</simpleType>
</attribute>

element PostOffice/PostalRoute
diagram ogckml22_diagrams/ogckml22_p374.png
namespace urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
type PostalRouteType
properties
minOcc 0
maxOcc 1
content complex
children AddressLine PostalRouteName PostalRouteNumber PostBox
attributes
Name  Type  Use  Default  Fixed  Annotation
Type          
annotation
documentation
A Postal van is specific for a route as in Is`rael, Rural route
source <element name="PostalRoute" type="PostalRouteType" minOccurs="0">
 
<annotation>
   
<documentation>A Postal van is specific for a route as in Is`rael, Rural route</documentation>
 
</annotation>
</element>


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