Definition Type: Element
Name: Authentication
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: 420-authentication-v5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AuditInformation in schema emlcore-v5-0_xsd Drilldown into LoginMethod in schema 420-authentication-v5-0_xsd Drilldown into VTokenQualified in schema emlcore-v5-0_xsd Drilldown into VToken in schema emlcore-v5-0_xsd Drilldown into VotingChannel in schema emlcore-v5-0_xsdXSD Diagram of Authentication in schema 420-authentication-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="Authentication">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="VotingChannel" minOccurs="0" />
            <xs:choice>
                <xs:element ref="VToken" />
                <xs:element ref="VTokenQualified" />
            </xs:choice>
            <xs:element name="LoginMethod" type="xs:token" minOccurs="0" />
            <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
VotingChannel nsA:VotingChannel 0 (1)
VToken nsA:VToken (1) (1)
VTokenQualified nsA:VTokenQualified (1) (1)
LoginMethod nsA:LoginMethod 0 (1)
AuditInformation nsA:AuditInformation 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Comments:
blog comments powered by Disqus