Definition Type: Element
Name: VoteConfirmation
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: 450-voteconfirmation-v5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AuditInformation in schema emlcore-v5-0_xsd Drilldown into ConfirmationReference in schema 450-voteconfirmation-v5-0_xsd Drilldown into Remark in schema 450-voteconfirmation-v5-0_xsd Drilldown into Accepted in schema emlcore-v5-0_xsd Drilldown into VTokenQualified in schema emlcore-v5-0_xsd Drilldown into VToken in schema emlcore-v5-0_xsd Drilldown into EventIdentifier in schema emlcore-v5-0_xsdXSD Diagram of VoteConfirmation in schema 450-voteconfirmation-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="VoteConfirmation">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="EventIdentifier" minOccurs="0" />
            <xs:choice minOccurs="0">
                <xs:element ref="VToken" />
                <xs:element ref="VTokenQualified" />
            </xs:choice>
            <xs:element ref="Accepted" />
            <xs:element name="Remark" type="MessagesStructure" minOccurs="0" />
            <xs:element name="ConfirmationReference" type="ConfirmationReferenceType" minOccurs="0" maxOccurs="unbounded" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="AuditInformation" minOccurs="0" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EventIdentifier nsA:EventIdentifier 0 (1)
VToken nsA:VToken (1) (1)
VTokenQualified nsA:VTokenQualified (1) (1)
Accepted nsA:Accepted (1) (1)
Remark nsA:Remark 0 (1)
ConfirmationReference nsA:ConfirmationReference 0 unbounded
AuditInformation nsA:AuditInformation 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Comments:
blog comments powered by Disqus