Definition Type: Element
Name: Request
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: 120-interdb-v5-0.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into Candidate in schema emlcore-v5-0_xsd Drilldown into VoterRegistration in schema 120-310-330-include-v5-0_xsd Drilldown into ActionTime in schema 120-interdb-v5-0_xsd Drilldown into Action in schema 120-interdb-v5-0_xsdXSD Diagram of Request in schema 120-interdb-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="Request">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Action" type="xs:token" />
            <xs:element name="ActionTime" minOccurs="0">
                <xs:simpleType>
                    <xs:union memberTypes="xs:dateTime xs:date" />
                </xs:simpleType>
            </xs:element>
            <xs:choice>
                <xs:element ref="VoterRegistration" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="Candidate" minOccurs="0" maxOccurs="unbounded" />
            </xs:choice>
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Action nsA:Action (1) (1)
ActionTime nsA:ActionTime 0 (1)
VoterRegistration nsA:VoterRegistration 0 unbounded
Candidate nsA:Candidate 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Comments:
blog comments powered by Disqus