cda datatypes nblock voc common

Element : ENXP (XML Type: ENXP )


Package : datatypes

XML Type : ENXP

Comments : A character string token representing a part of a name. May have a type code signifying the role of the part in the whole entity name, and a qualifier code for more detail about the name part type. Typical name parts for person names are given names, and family names, titles, etc.


Parent : ST


Name Type cardinality Comment
partType
Attribute : partType
EntityNamePartType 0...1 Indicates whether the name part is a given name, family name, prefix, suffix, etc.
qualifier
Attribute : qualifier
String 0...* The qualifier is a set of codes each of which specifies a certain subcategory of the name part in addition to the main name part type. For example, a given name may be flagged as a nickname, a family name may be a pseudonym or a name of public records.

There are no specific rules for this element.


<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" mixed="true" name="ENXP">
      
<xs:annotation>
         
<xs:documentation>
            A character string token representing a part of a name.
            May have a type code signifying the role of the part in
            the whole entity name, and a qualifier code for more detail
            about the name part type. Typical name parts for person
            names are given names, and family names, titles, etc.
         
</xs:documentation>
      
</xs:annotation>
      
<xs:complexContent>
         
<xs:extension base="ST">
            
<xs:attribute name="partType" type="EntityNamePartType">
               
<xs:annotation>
                  
<xs:documentation>
                     Indicates whether the name part is a given name, family
                     name, prefix, suffix, etc.
                  
</xs:documentation>
               
</xs:annotation>
            
</xs:attribute>
            
<xs:attribute name="qualifier" type="set_EntityNamePartQualifier" use="optional">
               
<xs:annotation>
                  
<xs:documentation>
                     The qualifier is a set of codes each of which specifies
                     a certain subcategory of the name part in addition to
                     the main name part type. For example, a given name may
                     be flagged as a nickname, a family name may be a
                     pseudonym or a name of public records.
                  
</xs:documentation>
               
</xs:annotation>
            
</xs:attribute>
         
</xs:extension>
      
</xs:complexContent>
   
</xs:complexType>