Definition Type: ComplexType
Name: ManagingAuthorityStructure
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: emlcore-v5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Logo in schema emlcore-v5-0_xsd Drilldown into ResponsibleOfficer in schema emlcore-v5-0_xsd Drilldown into AuthorityAddress in schema emlcore-v5-0_xsd Drilldown into AuthorityIdentifier in schema emlcore-v5-0_xsdXSD Diagram of ManagingAuthorityStructure in schema emlcore-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:complexType name="ManagingAuthorityStructure">
    <xs:sequence>
        <xs:element ref="AuthorityIdentifier" />
        <xs:element name="AuthorityAddress" type="AuthorityAddressStructure" />
        <xs:element ref="ResponsibleOfficer" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="Logo" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AuthorityIdentifier nsA:AuthorityIdentifier (1) (1)
AuthorityAddress nsA:AuthorityAddress (1) (1)
ResponsibleOfficer nsA:ResponsibleOfficer 0 unbounded
Logo nsA:Logo 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:ManagingAuthority
Collapse Comments:
blog comments powered by Disqus