Definition Type: ComplexType
Name: ProposalItemStructure
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: emlcore-v5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SelectionText in schema emlcore-v5-0_xsd Drilldown into ProposalText in schema emlcore-v5-0_xsd Drilldown into Lang in schema emlcore-v5-0_xsd Drilldown into ProposalIdentifier in schema emlcore-v5-0_xsd Drilldown into ReferendumOptionIdentifier in schema emlcore-v5-0_xsdXSD Diagram of ProposalItemStructure in schema emlcore-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:complexType name="ProposalItemStructure">
    <xs:sequence>
        <xs:element name="ProposalText" type="xs:string" minOccurs="0" />
        <xs:element name="SelectionText" type="xs:string" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute name="ReferendumOptionIdentifier" type="xs:token" />
    <xs:attribute name="ProposalIdentifier" type="xs:token" use="optional" />
    <xs:attribute name="Lang" type="LanguageType" use="optional" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProposalText nsA:ProposalText 0 (1)
SelectionText nsA:SelectionText 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
ReferendumOptionIdentifier nsA:ReferendumOptionIdentifier (Optional)
ProposalIdentifier nsA:ProposalIdentifier Optional
Lang nsA:Lang Optional
Collapse Derivation Tree:
Collapse References:
nsA:ProposalItem
Collapse Comments:
blog comments powered by Disqus