scr:EncounterDeviceClassificationType
complexType EncounterDeviceClassificationType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for the classification of a kind of encounter device.
Diagram
XML Schema
<xs:complexType name="EncounterDeviceClassificationType">
<xs:annotation>
<xs:documentation>
A data type for the classification of a kind of encounter device.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="scr:PersonEncounterDeviceCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:EncounterDeviceDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:EncounterDeviceClassificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>