Definition Type: Element
Name: SubPremiseNumberSuffix
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Containing Schema: xAL.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Suffix of the sub premise number. eg. A in 12A
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 NumberSuffixSeparator in schema xal_xsdXSD Diagram of SubPremiseNumberSuffix in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="SubPremiseNumberSuffix" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation> Suffix of the sub premise number. eg. A in 12A</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:attribute name="NumberSuffixSeparator">
            <xs:annotation>
                <xs:documentation>12-A where 12 is number and A is suffix and "-" is the separator</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
NumberSuffixSeparator xal:NumberSuffixSeparator (Optional)
Type xal:Type (Optional)
Code xal:Code (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus