Definition Type: ComplexType
Name: AgentStructure
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: emlcore-v5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Contact in schema emlcore-v5-0_xsd Drilldown into OfficialAddress in schema emlcore-v5-0_xsd Drilldown into Affiliation in schema emlcore-v5-0_xsd Drilldown into AgentIdentifier in schema emlcore-v5-0_xsd Drilldown into Role in schema emlcore-v5-0_xsd Drilldown into DisplayOrder in schema emlcore-v5-0_xsd Drilldown into Id in schema emlcore-v5-0_xsd Drilldown into DisplayIdOpt in schema emlcore-v5-0_xsdXSD Diagram of AgentStructure in schema emlcore-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:complexType name="AgentStructure">
    <xs:sequence>
        <xs:element ref="AgentIdentifier" />
        <xs:element ref="Affiliation" minOccurs="0" />
        <xs:element name="OfficialAddress" type="OfficialAddressStructure" minOccurs="0" />
        <xs:element name="Contact" type="ContactDetailsStructure" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attributeGroup ref="DisplayIdOpt" />
    <xs:attribute name="Role" type="xs:token" use="optional" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AgentIdentifier nsA:AgentIdentifier (1) (1)
Affiliation nsA:Affiliation 0 (1)
OfficialAddress nsA:OfficialAddress 0 (1)
Contact nsA:Contact 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Id nsA:Id Optional
DisplayOrder nsA:DisplayOrder Optional
Role nsA:Role Optional
Collapse Derivation Tree:
Collapse References:
nsA:Agent
Collapse Comments:
blog comments powered by Disqus