Definition Type: Element
Name: PostBoxNumberPrefix
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Containing Schema: xAL.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specification of the prefix of the post box number. eg. A in POBox:A-123
Collapse XSD Schema Diagram:
Drilldown into Code in schema xal_xsd Drilldown into grPostal in schema xal_xsd Drilldown into NumberPrefixSeparator in schema xal_xsdXSD Diagram of PostBoxNumberPrefix in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="PostBoxNumberPrefix" minOccurs="0">
    <xs:annotation>
        <xs:documentation>Specification of the prefix of the post box number. eg. A in POBox:A-123</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:attribute name="NumberPrefixSeparator">
            <xs:annotation>
                <xs:documentation>A-12 where 12 is number and A is prefix and "-" is the separator</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attributeGroup ref="grPostal" />
        <xs:anyAttribute namespace="##other" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
NumberPrefixSeparator xal:NumberPrefixSeparator (Optional)
Code xal:Code (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus