scr:EnforcementType

complexType EnforcementType in namespace http://release.niem.gov/niem/domains/screening/4.2/

Definition

A data type for classifying the type of Enforcement action.

Diagram

XML Schema

<xs:complexType name="EnforcementType">
<xs:annotation>
<xs:documentation>
A data type for classifying the type of Enforcement action.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="scr:EnforcementCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:EnforcementCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:EnforcementAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>