simpleType "NationalProviderIdentifier"
Namespace:
Defined:
Used:
never
Simple Content Model
xs:string
Simple Content Restrictions:
Length:
10
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>