Definition Type: Element
Name: Encounter
Containing Schema: PriorRequest.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Collapse XSD Schema Diagram:
Drilldown into Type Drilldown into FacilityIDXSD Diagram of Encounter
Collapse XSD Schema Code:
<xs:element minOccurs="0" maxOccurs="1" name="Encounter">
    <xs:complexType>
        <xs:sequence>
            <xs:element minOccurs="1" maxOccurs="1" name="FacilityID" type="tns:EncounterFacilityID" />
            <xs:element minOccurs="0" maxOccurs="1" name="Type" type="tns:EncounterType" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FacilityID FacilityID 1 1
Type Type 0 1