Definition Type: Element
Name: Observation
Containing Schema: ClaimSubmission.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into ValueType Drilldown into Value Drilldown into Code Drilldown into TypeXSD Diagram of Observation
Collapse XSD Schema Code:
<xs:element minOccurs="0" maxOccurs="unbounded" name="Observation">
    <xs:complexType>
        <xs:sequence>
            <xs:element minOccurs="1" maxOccurs="1" name="Type" type="tns:ObservationType" />
            <xs:element minOccurs="1" maxOccurs="1" name="Code" type="tns:ObservationCode" />
            <xs:element minOccurs="0" maxOccurs="1" name="Value" type="tns:ObservationValue" />
            <xs:element minOccurs="0" maxOccurs="1" name="ValueType" type="tns:ObservationValueType" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Type Type 1 1
Code Code 1 1
Value Value 0 1
ValueType ValueType 0 1