Definition Type: ComplexType
Name: ContactDetailsStructure
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: emlcore-v5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PreferredContact in schema emlcore-v5-0_xsd Drilldown into Fax in schema emlcore-v5-0_xsd Drilldown into Telephone in schema emlcore-v5-0_xsd Drilldown into Email in schema emlcore-v5-0_xsd Drilldown into MailingAddress in schema emlcore-v5-0_xsd Drilldown into DisplayOrder in schema emlcore-v5-0_xsdXSD Diagram of ContactDetailsStructure in schema emlcore-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:complexType name="ContactDetailsStructure">
    <xs:sequence>
        <xs:element name="MailingAddress" type="MailingAddressStructure" minOccurs="0" />
        <xs:element name="Email" type="EmailStructure" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="Telephone" type="TelephoneStructure" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="Fax" type="TelephoneStructure" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="PreferredContact" type="xs:string" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute name="DisplayOrder" type="xs:positiveInteger" use="optional" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MailingAddress nsA:MailingAddress 0 (1)
Email nsA:Email 0 unbounded
Telephone nsA:Telephone 0 unbounded
Fax nsA:Fax 0 unbounded
PreferredContact nsA:PreferredContact 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
DisplayOrder nsA:DisplayOrder Optional
Collapse Derivation Tree:
Collapse References:
nsA:Contact, nsA:Contact, nsA:Contact, nsA:Contact, nsA:Contact, nsA:Contact, nsA:Contact, nsA:Contact, nsA:Contact, nsA:ContactDetails, nsA:ContactDetailsnsA:VoterContact, nsA:VoterContact,
Collapse Comments:
blog comments powered by Disqus