Definition Type: Element
Name: PostalRouteName
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Containing Schema: xAL.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
Name of the Postal Route
Collapse XSD Schema Diagram:
Drilldown into Code in schema xal_xsd Drilldown into grPostal in schema xal_xsd Drilldown into Type in schema xal_xsdXSD Diagram of PostalRouteName in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="PostalRouteName" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation> Name of the Postal Route</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:attribute name="Type" />
        <xs:attributeGroup ref="grPostal" />
        <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