Definition Type: Element
Name: LargeMailUserIdentifier
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Containing Schema: xAL.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specification of the identification number of a large mail user. An example are the Cedex codes in France.
Collapse XSD Schema Diagram:
Drilldown into Code in schema xal_xsd Drilldown into grPostal in schema xal_xsd Drilldown into Indicator in schema xal_xsd Drilldown into Type in schema xal_xsdXSD Diagram of LargeMailUserIdentifier in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
Type xal:Type (Optional)
Indicator xal:Indicator (Optional)
Code xal:Code (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus