Definition Type: Element
Name: xAL
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Containing Schema: xAL.xsd
Abstract
Documentation:
Root element for a list of addresses
Collapse XSD Schema Diagram:
Drilldown into AddressDetails in schema xal_xsd Drilldown into Version in schema xal_xsdXSD Diagram of xAL in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="xAL">
    <xs:annotation>
        <xs:documentation>Root element for a list of addresses</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="AddressDetails" maxOccurs="unbounded" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="Version">
            <xs:annotation>
                <xs:documentation>Specific to DTD to specify the version number of DTD</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:anyAttribute namespace="##other" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AddressDetails xal:AddressDetails (1) unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Version xal:Version (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus