Definition Type: ComplexType
Name: DiagnosticCodeType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Generic type which can be used to represent a specific Diagnotic Test Code result identified by the the Diagnostic Type.
Collapse XSD Schema Diagram:
Drilldown into DiagnosticCodeValue in schema components_xsd Drilldown into DiagnosticType in schema components_xsdXSD Diagram of DiagnosticCodeType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="DiagnosticCodeType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Generic type which can be used to represent a specific Diagnotic Test Code result identified by the the Diagnostic Type.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="DiagnosticType" type="udt:TextType" minOccurs="1" maxOccurs="1" />
        <xsd:element name="DiagnosticCodeValue" type="udt:CodeType" minOccurs="1" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DiagnosticType star:DiagnosticType 1 1
DiagnosticCodeValue star:DiagnosticCodeValue 1 1
Collapse Derivation Tree:
Collapse References:
star:SpecifiedDiagnosticCode