Definition Type: Element
Name: BallotFormIdentifier
Namespace: urn:oasis:names:tc:evs:schema:eml
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: 330-electionlist-v5-0.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into Received in schema 330-electionlist-v5-0_xsd Drilldown into Permitted in schema 330-electionlist-v5-0_xsdXSD Diagram of BallotFormIdentifier in schema 330-electionlist-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="BallotFormIdentifier" minOccurs="0" maxOccurs="unbounded">
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="Permitted" type="YesNoType" use="optional" />
                <xs:attribute name="Received" type="YesNoType" use="optional" />
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Permitted nsA:Permitted Optional
Received nsA:Received Optional
Collapse Comments:
blog comments powered by Disqus