Definition Type: Attribute
Name: DependentThoroughfares
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: xAL.xsd
ContentType Restriction
Use (Optional)
Documentation:
Does this thoroughfare have a a dependent thoroughfare? Corner of street X, etc
Collapse XSD Schema Diagram:
XSD Diagram of DependentThoroughfares in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:attribute name="DependentThoroughfares">
    <xs:annotation>
        <xs:documentation>Does this thoroughfare have a a dependent thoroughfare? Corner of street X, etc</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="Yes" />
            <xs:enumeration value="No" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration Yes
Enumeration No
Collapse Comments:
blog comments powered by Disqus