Definition Type: Element
Name: OutgoingChannelOptions
Namespace: urn:oasis:names:tc:evs:schema:eml
Type: nsA:OutgoingGenericCommunicationStructure
Containing Schema: 360a-outgoingchanneloptions-v5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into VotingChannels in schema 360a-outgoingchanneloptions-v5-0_xsd 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_xsd Drilldown into OutgoingGenericCommunicationStructure in schema emlcore-v5-0_xsdXSD Diagram of OutgoingChannelOptions in schema 360a-outgoingchanneloptions-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="OutgoingChannelOptions">
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="OutgoingGenericCommunicationStructure">
                <xs:sequence>
                    <xs:element name="VotingChannels">
                        <xs:complexType>
                            <xs:sequence>
                                <xs:element ref="VotingChannel" maxOccurs="unbounded" />
                            </xs:sequence>
                        </xs:complexType>
                    </xs:element>
                    <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
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)
VotingChannels nsA:VotingChannels (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse Comments:
blog comments powered by Disqus