ag_codes:FileCustomerIDSimpleType
simpleType FileCustomerIDSimpleType in namespace http://release.niem.gov/niem/codes/ag_codes/4.0/
Definition
A data type for internal identifier uniquely identifying a customer within a specific file. Each unique customer within a given file will have a unique File Customer Identifier. File Customer Identifier values are not unique across files.
Diagram
XML Schema
<xs:simpleType name="FileCustomerIDSimpleType">
<xs:annotation>
<xs:documentation>
A data type for internal identifier uniquely identifying a customer within a specific file. Each unique customer within a given file will have a unique File Customer Identifier. File Customer Identifier values are not unique across files.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:totalDigits value="2"/>
<xs:maxInclusive value="99"/>
</xs:restriction>
</xs:simpleType>