<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>
|