Definition Type: ComplexType
Name: ContactInformationType
Namespace: urn:cidx:names:specification:ces:schema:all:4:0
Containing Schema: CIDX_CeS_v4.0_CommonComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AlternativeCommunicationMethod in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into EmailAddress in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into ContactNumber in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into ContactDescription in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into ContactName in schema cidx_ces_v4_0_commoncomponents_xsdXSD Diagram of ContactInformationType in schema cidx_ces_v4_0_commoncomponents_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:complexType name="ContactInformationType">
    <xsd:sequence maxOccurs="unbounded">
        <xsd:element ref="ContactName" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ContactDescription" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ContactNumber" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="EmailAddress" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="AlternativeCommunicationMethod" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ContactName nsA:ContactName 0 unbounded
ContactDescription nsA:ContactDescription 0 unbounded
ContactNumber nsA:ContactNumber 0 unbounded
EmailAddress nsA:EmailAddress 0 unbounded
AlternativeCommunicationMethod nsA:AlternativeCommunicationMethod 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:ContactInformation