Definition Type: Element
Name: Election
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: 630-optionslist-v5-0.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into Proposal in schema emlcore-v5-0_xsd Drilldown into ElectionIdentifier in schema emlcore-v5-0_xsdXSD Diagram of Election in schema 630-optionslist-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="Election" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ElectionIdentifier" />
            <xs:element ref="Proposal" maxOccurs="unbounded" />
            <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ElectionIdentifier nsA:ElectionIdentifier (1) (1)
Proposal nsA:Proposal (1) unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Comments:
blog comments powered by Disqus