scr:PersonCategoryType

complexType PersonCategoryType in namespace http://release.niem.gov/niem/domains/screening/4.1/

Definition

A data type for the category of a PERSON.

Diagram

XML Schema

<xs:complexType name="PersonCategoryType">
<xs:annotation>
<xs:documentation>
A data type for the category of a PERSON.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="scr:PersonCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonCategoryCodeAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonCategoryAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>