Definition Type: Attribute
Name: TypeOccurrence
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:
Occurrence of the building name before/after the type. eg. EGIS BUILDING where name appears before type
Collapse XSD Schema Diagram:
XSD Diagram of TypeOccurrence in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:attribute name="TypeOccurrence">
    <xs:annotation>
        <xs:documentation>Occurrence of the building name before/after the type. eg. EGIS BUILDING where name appears before type</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="Before" />
            <xs:enumeration value="After" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration Before
Enumeration After
Collapse Comments:
blog comments powered by Disqus