Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type BasicId
Namespace No namespace
Annotations
Used for generic identifiers
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
minLength 1
maxLength 80
Used by
Source
<xs:simpleType name="BasicId">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Used for generic identifiers</xs:documentation>
  </xs:annotation>
  <!-- Largest current valueSet name in HL7 V3 is 75 characters "RespiratoryAndOrRehabilitativeAndOrRestorativeSpecialistOrTechnologistHIPAA" -->
  <xs:restriction base="xs:NMTOKEN">
    <xs:minLength value="1"/>
    <xs:maxLength value="80"/>
  </xs:restriction>
</xs:simpleType>