Definition Type: ComplexType
Name: OutgoingGenericCommunicationStructure
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: emlcore-v5-0.xsd
Abstract
Documentation:
Note that this can include multiple voters to allow communication with a distributor.
Collapse XSD Schema Diagram:
Drilldown into Messages in schema emlcore-v5-0_xsd Drilldown into ReturnTo in schema emlcore-v5-0_xsd Drilldown into ContestIdentifier in schema emlcore-v5-0_xsd Drilldown into ElectionIdentifier in schema emlcore-v5-0_xsd Drilldown into EventIdentifier in schema emlcore-v5-0_xsd Drilldown into Voter in schema emlcore-v5-0_xsdXSD Diagram of OutgoingGenericCommunicationStructure in schema emlcore-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:complexType name="OutgoingGenericCommunicationStructure">
    <xs:annotation>
        <xs:documentation>Note that this can include multiple voters to allow communication with a distributor.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Voter" maxOccurs="unbounded">
            <xs:complexType>
                <xs:sequence>
                    <xs:element name="VoterIdentification" type="VoterIdentificationStructure" />
                    <xs:element name="VoterContact" type="ContactDetailsStructure" />
                    <xs:element ref="Proxy" minOccurs="0" />
                </xs:sequence>
            </xs:complexType>
        </xs:element>
        <xs:element ref="EventIdentifier" minOccurs="0" />
        <xs:element ref="ElectionIdentifier" minOccurs="0" />
        <xs:element ref="ContestIdentifier" minOccurs="0" />
        <xs:element name="ReturnTo" type="ResponsibleOfficerStructure" minOccurs="0" />
        <xs:element name="Messages" type="MessagesStructure" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Voter nsA:Voter (1) unbounded
EventIdentifier nsA:EventIdentifier 0 (1)
ElectionIdentifier nsA:ElectionIdentifier 0 (1)
ContestIdentifier nsA:ContestIdentifier 0 (1)
ReturnTo nsA:ReturnTo 0 (1)
Messages nsA:Messages 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:OutgoingChannelOptionsnsA:OutgoingGenericCommunication,
Collapse Comments:
blog comments powered by Disqus