Definition Type: Element
Name: AuthenticationResponse
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: 430-authenticationresponse-v5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AuditInformation in schema emlcore-v5-0_xsd Drilldown into Messages in schema 430-authenticationresponse-v5-0_xsd Drilldown into Ballot in schema 340-410-430-include-v5-0_xsd Drilldown into EventDescription in schema 430-authenticationresponse-v5-0_xsd Drilldown into EventIdentifier in schema emlcore-v5-0_xsd Drilldown into Remark in schema 430-authenticationresponse-v5-0_xsd Drilldown into Authenticated in schema 430-authenticationresponse-v5-0_xsdXSD Diagram of AuthenticationResponse in schema 430-authenticationresponse-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="AuthenticationResponse">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Authenticated" type="YesNoType" />
            <xs:element name="Remark" type="MessagesStructure" minOccurs="0" />
            <xs:element ref="EventIdentifier" />
            <xs:element name="EventDescription" type="MessagesStructure" minOccurs="0" />
            <xs:element ref="Ballot" />
            <xs:element name="Messages" type="MessagesStructure" 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
Authenticated nsA:Authenticated (1) (1)
Remark nsA:Remark 0 (1)
EventIdentifier nsA:EventIdentifier (1) (1)
EventDescription nsA:EventDescription 0 (1)
Ballot nsA:Ballot (1) (1)
Messages nsA:Messages 0 unbounded
AuditInformation nsA:AuditInformation 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Comments:
blog comments powered by Disqus