Definition Type: ComplexType
Name: LargeMailUserType
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Containing Schema: xAL.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PostalCode in schema xal_xsd Drilldown into Thoroughfare in schema xal_xsd Drilldown into PostBox in schema xal_xsd Drilldown into Department in schema xal_xsd Drilldown into BuildingName in schema xal_xsd Drilldown into LargeMailUserIdentifier in schema xal_xsd Drilldown into LargeMailUserName in schema xal_xsd Drilldown into AddressLine in schema xal_xsd Drilldown into Type in schema xal_xsdXSD Diagram of LargeMailUserType in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:complexType name="LargeMailUserType">
    <xs:sequence>
        <xs:element ref="AddressLine" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="LargeMailUserName" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>Name of the large mail user. eg. Smith Ford International airport</xs:documentation>
            </xs:annotation>
            <xs:complexType mixed="true">
                <xs:attribute name="Type" type="xs:string">
                    <xs:annotation>
                        <xs:documentation>Airport, Hospital, etc</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="Code" type="xs:string" />
                <xs:anyAttribute namespace="##other" />
            </xs:complexType>
        </xs:element>
        <xs:element name="LargeMailUserIdentifier" minOccurs="0">
            <xs:annotation>
                <xs:documentation>Specification of the identification number of a large mail user. An example are the Cedex codes in France.</xs:documentation>
            </xs:annotation>
            <xs:complexType mixed="true">
                <xs:attribute name="Type" type="xs:string">
                    <xs:annotation>
                        <xs:documentation>CEDEX Code</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="Indicator">
                    <xs:annotation>
                        <xs:documentation>eg. Building 429 in which Building is the Indicator</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attributeGroup ref="grPostal" />
                <xs:anyAttribute namespace="##other" />
            </xs:complexType>
        </xs:element>
        <xs:element name="BuildingName" type="BuildingNameType" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>Name of the building</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="Department" minOccurs="0" />
        <xs:element ref="PostBox" minOccurs="0" />
        <xs:element ref="Thoroughfare" minOccurs="0" />
        <xs:element ref="PostalCode" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute name="Type" type="xs:string" />
    <xs:anyAttribute namespace="##other" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AddressLine xal:AddressLine 0 unbounded
LargeMailUserName xal:LargeMailUserName 0 unbounded
LargeMailUserIdentifier xal:LargeMailUserIdentifier 0 (1)
BuildingName xal:BuildingName 0 unbounded
Department xal:Department 0 (1)
PostBox xal:PostBox 0 (1)
Thoroughfare xal:Thoroughfare 0 (1)
PostalCode xal:PostalCode 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Type xal:Type (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
xal:LargeMailUser, xal:LargeMailUser
Collapse Comments:
blog comments powered by Disqus