Definition Type: ComplexType
Name: TestSpecificationType
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 Comment in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into DateTested in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into TestResult in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into TestIdentification in schema cidx_ces_v4_0_commoncomponents_xsdXSD Diagram of TestSpecificationType in schema cidx_ces_v4_0_commoncomponents_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:complexType name="TestSpecificationType">
    <xsd:sequence>
        <xsd:element ref="TestIdentification" />
        <xsd:element ref="TestResult" />
        <xsd:element ref="DateTested" minOccurs="0" />
        <xsd:element ref="Comment" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TestIdentification nsA:TestIdentification (1) (1)
TestResult nsA:TestResult (1) (1)
DateTested nsA:DateTested 0 (1)
Comment nsA:Comment 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:TestSpecification