scr:EnforcementDocumentType
complexType EnforcementDocumentType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for the document details of an ENFORCEMENT ENCOUNTER.
Diagram
XML Schema
<xs:complexType name="EnforcementDocumentType">
<xs:annotation>
<xs:documentation>
A data type for the document details of an ENFORCEMENT ENCOUNTER.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:DocumentType">
<xs:sequence>
<xs:element ref="scr:EnforcementEncounter" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:EnforcementDocumentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>