Definition Type: ComplexType
Name: LocationType
Namespace: urn:cidx:names:specification:ces:schema:all:5:0
Containing Schema: CIDX_5.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ZoneGeography in schema cidx_5_0_xsd Drilldown into ZoneID in schema cidx_5_0_xsd Drilldown into PartnerInformation in schema cidx_5_0_xsd Drilldown into LocationType in schema cidx_5_0_xsdXSD Diagram of LocationType in schema cidx_5_0_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:complexType name="LocationType">
    <xsd:sequence>
        <xsd:element ref="LocationType" />
        <xsd:choice>
            <xsd:element ref="PartnerInformation" maxOccurs="unbounded" />
            <xsd:element ref="ZoneID" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="ZoneGeography" maxOccurs="unbounded" />
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LocationType nsA:LocationType (1) (1)
PartnerInformation nsA:PartnerInformation (1) unbounded
ZoneID nsA:ZoneID 0 unbounded
ZoneGeography nsA:ZoneGeography (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsA:Location