simpleType "NationalProviderIdentifier"
Namespace:
Defined:
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Length:
10

All Direct / Indirect Based Elements (1):
dAgency.25 (type anonymous)
Known Usage Locations
Annotation
The National Provider Identifier associated with National Provider System (NPS) and used in all standard HIPAA transactions such as electronic claim filing.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  NationalProviderIdentifier
Derivation:
restriction of xs:string
Facets:
length:
10
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="NationalProviderIdentifier">
<xs:restriction base="xs:string">
<xs:length value="10"/>
</xs:restriction>
</xs:simpleType>