Definition Type: Element
Name: LargeMailUserName
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Containing Schema: xAL.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Name of the large mail user. eg. Smith Ford International airport
Collapse XSD Schema Diagram:
Drilldown into Code in schema xal_xsd Drilldown into Type in schema xal_xsdXSD Diagram of LargeMailUserName in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
Type xal:Type (Optional)
Code xal:Code (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus