Definition Type: Element
Name: DependentThoroughfare
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Containing Schema: xAL.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
DependentThroughfare is related to a street; occurs in GB, IE, ES, PT
Collapse XSD Schema Diagram:
Drilldown into ThoroughfarePostDirection in schema xal_xsd Drilldown into ThoroughfareTrailingType in schema xal_xsd Drilldown into ThoroughfareName in schema xal_xsd Drilldown into ThoroughfareLeadingType in schema xal_xsd Drilldown into ThoroughfarePreDirection in schema xal_xsd Drilldown into AddressLine in schema xal_xsd Drilldown into Type in schema xal_xsdXSD Diagram of DependentThoroughfare in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="DependentThoroughfare" minOccurs="0">
    <xs:annotation>
        <xs:documentation>DependentThroughfare is related to a street; occurs in GB, IE, ES, PT</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="AddressLine" minOccurs="0" maxOccurs="unbounded" />
            <xs:element name="ThoroughfarePreDirection" type="ThoroughfarePreDirectionType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>North Baker Street, where North is the pre-direction. The direction appears before the name.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="ThoroughfareLeadingType" type="ThoroughfareLeadingTypeType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Appears before the thoroughfare name. Ed. Spanish: Avenida Aurora, where Avenida is the leading type / French: Rue Moliere, where Rue is the leading type.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="ThoroughfareName" type="ThoroughfareNameType" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>Specification of the name of a Thoroughfare (also dependant street name): street name, canal name, etc.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="ThoroughfareTrailingType" type="ThoroughfareTrailingTypeType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Appears after the thoroughfare name. Ed. British: Baker Lane, where Lane is the trailing type.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="ThoroughfarePostDirection" type="ThoroughfarePostDirectionType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>221-bis Baker Street North, where North is the post-direction. The post-direction appears after the name.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="Type" />
        <xs:anyAttribute namespace="##other" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AddressLine xal:AddressLine 0 unbounded
ThoroughfarePreDirection xal:ThoroughfarePreDirection 0 (1)
ThoroughfareLeadingType xal:ThoroughfareLeadingType 0 (1)
ThoroughfareName xal:ThoroughfareName 0 unbounded
ThoroughfareTrailingType xal:ThoroughfareTrailingType 0 (1)
ThoroughfarePostDirection xal:ThoroughfarePostDirection 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 Comments:
blog comments powered by Disqus