complexType BuildingNameType
diagram kml22gx_diagrams/kml22gx_p452.png
namespace urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
properties
mixed true
used by
elements Premise/BuildingName LargeMailUserType/BuildingName SubPremiseType/BuildingName
attributes
Name  Type  Use  Default  Fixed  Annotation
Type          
TypeOccurrence  derived by: NMTOKEN        
documentation
Occurrence of the building name before/after the type. eg. EGIS BUILDING where name appears before type
Code          
documentation
Used by postal services to encode the name of the element.
source <complexType name="BuildingNameType" mixed="true">
 
<attribute name="Type"/>
 
<attribute name="TypeOccurrence">
   
<annotation>
     
<documentation>Occurrence of the building name before/after the type. eg. EGIS BUILDING where name appears before type</documentation>
   
</annotation>
   
<simpleType>
     
<restriction base="xs:NMTOKEN">
       
<enumeration value="Before"/>
       
<enumeration value="After"/>
     
</restriction>
   
</simpleType>
 
</attribute>
 
<attributeGroup ref="grPostal"/>
 
<anyAttribute namespace="##other"/>
</complexType>

attribute BuildingNameType/@Type
source <attribute name="Type"/>

attribute BuildingNameType/@TypeOccurrence
type restriction of NMTOKEN
facets
Kind Value Annotation
enumeration Before
enumeration After
annotation
documentation
Occurrence of the building name before/after the type. eg. EGIS BUILDING where name appears before type
source <attribute name="TypeOccurrence">
 
<annotation>
   
<documentation>Occurrence of the building name before/after the type. eg. EGIS BUILDING where name appears before type</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="xs:NMTOKEN">
     
<enumeration value="Before"/>
     
<enumeration value="After"/>
   
</restriction>
 
</simpleType>
</attribute>


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