Definition Type: ComplexType
Name: AuditInformationStructure
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: emlcore-v5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ProcessingUnits in schema emlcore-v5-0_xsd Drilldown into VotingChannel in schema emlcore-v5-0_xsdXSD Diagram of AuditInformationStructure in schema emlcore-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:complexType name="AuditInformationStructure">
    <xs:sequence>
        <xs:element ref="VotingChannel" minOccurs="0" />
        <xs:element name="ProcessingUnits" minOccurs="0">
            <xs:complexType>
                <xs:sequence>
                    <xs:element name="OriginatingDevice" type="ProcessingUnitStructure" minOccurs="0" />
                    <xs:element name="Gateway" type="ProcessingUnitStructure" minOccurs="0" />
                    <xs:element name="VotingSystem" type="ProcessingUnitStructure" minOccurs="0" />
                    <xs:element name="CountingSystem" type="ProcessingUnitStructure" minOccurs="0" />
                    <xs:element name="VTokenLoggingSystem" type="ProcessingUnitStructure" minOccurs="0" />
                    <xs:element name="SealLoggingSystem" type="ProcessingUnitStructure" minOccurs="0" />
                    <xs:element name="Other" minOccurs="0" maxOccurs="unbounded">
                        <xs:complexType>
                            <xs:complexContent>
                                <xs:extension base="ProcessingUnitStructure">
                                    <xs:attribute name="Type" type="xs:token" use="required" />
                                </xs:extension>
                            </xs:complexContent>
                        </xs:complexType>
                    </xs:element>
                </xs:sequence>
            </xs:complexType>
        </xs:element>
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VotingChannel nsA:VotingChannel 0 (1)
ProcessingUnits nsA:ProcessingUnits 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:AuditInformation, nsA:AuditInformation, nsA:AuditInformation
Collapse Comments:
blog comments powered by Disqus