Definition Type: ComplexType
Name: TestResultType
Namespace: http://www.adsml.org/adsmlmaterials/2.0
Containing Schema: AdsMLMaterials-2.0-PublicTypeLibrary-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Output in schema adsmlmaterials-2_0-publictypelibrary-as_xsd Drilldown into CompanyContact in schema adsmlmaterials-2_0-publictypelibrary-as_xsd Drilldown into Comments in schema adsmlmaterials-2_0-publictypelibrary-as_xsd Drilldown into TestSpecification in schema adsmlmaterials-2_0-publictypelibrary-as_xsd Drilldown into TestTool in schema adsmlmaterials-2_0-publictypelibrary-as_xsd Drilldown into TestResult in schema adsmlmaterials-2_0-publictypelibrary-as_xsd Drilldown into testDate in schema adsmlmaterials-2_0-publictypelibrary-as_xsdXSD Diagram of TestResultType in schema adsmlmaterials-2_0-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:complexType name="TestResultType">
    <xs:sequence>
        <xs:element ref="TestResult" />
        <xs:element ref="TestTool" minOccurs="0" />
        <xs:element ref="TestSpecification" minOccurs="0" />
        <xs:element ref="Comments" minOccurs="0" />
        <xs:element ref="CompanyContact" minOccurs="0" />
        <xs:element ref="Output" minOccurs="0" />
    </xs:sequence>
    <xs:attribute name="testDate" type="adsml:DateTimeType" use="optional" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TestResult adsml-ma:TestResult (1) (1)
TestTool adsml-ma:TestTool 0 (1)
TestSpecification adsml-ma:TestSpecification 0 (1)
Comments adsml-ma:Comments 0 (1)
CompanyContact adsml-ma:CompanyContact 0 (1)
Output adsml-ma:Output 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
testDate adsml-ma:testDate Optional
Collapse Derivation Tree:
Collapse References:
adsml-ma:Preflight