Definition Type: Element
Name: SubPremiseNumber
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Containing Schema: xAL.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Specification of the identifier of a sub-premise. Examples of sub-premises are apartments and suites. sub-premises in a building are often uniquely identified by means of consecutive identifiers. The identifier can be a number, a letter or any combination of the two. In the latter case, the identifier includes exactly one variable (range) part, which is either a number or a single letter that is surrounded by fixed parts at the left (prefix) or the right (postfix).
Collapse XSD Schema Diagram:
Drilldown into Code in schema xal_xsd Drilldown into grPostal in schema xal_xsd Drilldown into Type in schema xal_xsd Drilldown into PremiseNumberSeparator in schema xal_xsd Drilldown into NumberTypeOccurrence in schema xal_xsd Drilldown into IndicatorOccurrence in schema xal_xsd Drilldown into Indicator in schema xal_xsdXSD Diagram of SubPremiseNumber in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="SubPremiseNumber" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation> Specification of the identifier of a sub-premise. Examples of sub-premises are apartments and suites. sub-premises in a building are often uniquely identified by means of consecutive
identifiers. The identifier can be a number, a letter or any combination of the two. In the latter case, the identifier includes exactly one variable (range) part, which is either a 
number or a single letter that is surrounded by fixed parts at the left (prefix) or the right (postfix).</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:attribute name="Indicator">
            <xs:annotation>
                <xs:documentation>"TH" in 12TH which is a floor number, "NO." in NO.1, "#" in APT #12, etc.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="IndicatorOccurrence">
            <xs:annotation>
                <xs:documentation>"No." occurs before 1 in No.1, or TH occurs after 12 in 12TH</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="Before" />
                    <xs:enumeration value="After" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="NumberTypeOccurrence">
            <xs:annotation>
                <xs:documentation>12TH occurs "before" FLOOR (a type of subpremise) in 12TH FLOOR</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="Before" />
                    <xs:enumeration value="After" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="PremiseNumberSeparator">
            <xs:annotation>
                <xs:documentation>"/" in 12/14 Archer Street where 12 is sub-premise number and 14 is premise number</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="Type" />
        <xs:attributeGroup ref="grPostal" />
        <xs:anyAttribute namespace="##other" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Indicator xal:Indicator (Optional)
IndicatorOccurrence xal:IndicatorOccurrence (Optional)
NumberTypeOccurrence xal:NumberTypeOccurrence (Optional)
PremiseNumberSeparator xal:PremiseNumberSeparator (Optional)
Type xal:Type (Optional)
Code xal:Code (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus