diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | urn:oasis:names:tc:ciq:xsdschema:xAL:2.0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <element name="PremiseNumber"> <annotation> <documentation>Specification of the identifier of the premise (house, building, etc). Premises in a street are often uniquely identified by means of consecutive identifiers. The identifier can be a number, a letter or any combination of the two.</documentation> </annotation> <complexType mixed="true"> <attribute name="NumberType"> <annotation> <documentation>Building 12-14 is "Range" and Building 12 is "Single"</documentation> </annotation> <simpleType> <restriction base="xs:NMTOKEN"> <enumeration value="Single"/> <enumeration value="Range"/> </restriction> </simpleType> </attribute> <attribute name="Type"/> <attribute name="Indicator"> <annotation> <documentation>No. in House No.12, # in #12, etc.</documentation> </annotation> </attribute> <attribute name="IndicatorOccurrence"> <annotation> <documentation>No. occurs before 12 No.12</documentation> </annotation> <simpleType> <restriction base="xs:NMTOKEN"> <enumeration value="Before"/> <enumeration value="After"/> </restriction> </simpleType> </attribute> <attribute name="NumberTypeOccurrence"> <annotation> <documentation>12 in BUILDING 12 occurs "after" premise type BUILDING</documentation> </annotation> <simpleType> <restriction base="xs:NMTOKEN"> <enumeration value="Before"/> <enumeration value="After"/> </restriction> </simpleType> </attribute> <attributeGroup ref="grPostal"/> <anyAttribute namespace="##other"/> </complexType> </element> |
type | restriction of NMTOKEN | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <attribute name="NumberType"> <annotation> <documentation>Building 12-14 is "Range" and Building 12 is "Single"</documentation> </annotation> <simpleType> <restriction base="xs:NMTOKEN"> <enumeration value="Single"/> <enumeration value="Range"/> </restriction> </simpleType> </attribute> |
source | <attribute name="Type"/> |
annotation |
|
||
source | <attribute name="Indicator"> <annotation> <documentation>No. in House No.12, # in #12, etc.</documentation> </annotation> </attribute> |
type | restriction of NMTOKEN | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <attribute name="IndicatorOccurrence"> <annotation> <documentation>No. occurs before 12 No.12</documentation> </annotation> <simpleType> <restriction base="xs:NMTOKEN"> <enumeration value="Before"/> <enumeration value="After"/> </restriction> </simpleType> </attribute> |
type | restriction of NMTOKEN | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <attribute name="NumberTypeOccurrence"> <annotation> <documentation>12 in BUILDING 12 occurs "after" premise type BUILDING</documentation> </annotation> <simpleType> <restriction base="xs:NMTOKEN"> <enumeration value="Before"/> <enumeration value="After"/> </restriction> </simpleType> </attribute> |