biom:LongCommentSimpleType

simpleType LongCommentSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/

Definition

A data type for a comment of maximum 4000 characters.

Diagram

XML Schema

<xs:simpleType name="LongCommentSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a comment of maximum 4000 characters.
</xs:documentation>
</xs:annotation>
<xs:maxLength value="4000">
<xs:annotation>
<xs:documentation>
maximum length of 4000
</xs:documentation>
</xs:annotation>
</xs:maxLength>
</xs:restriction>
</xs:simpleType>