xdw v3 oasis

Element : PN (XML Type: PN )


Package : v3

XML Type : PN

Comments : A name for a person. A sequence of name parts, such as given name or family name, prefix, suffix, etc. PN differs from EN because the qualifier type cannot include LS (Legal Status).


Parent : EN


There are no specific attributes for this element.


There are no specific rules for this element.


<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" mixed="true" name="PN">
      
<xs:annotation>
         
<xs:documentation>
            A name for a person. A sequence of name parts, such as
            given name or family name, prefix, suffix, etc. PN differs
            from EN because the qualifier type cannot include LS
            (Legal Status).
         
</xs:documentation>
      
</xs:annotation>
      
<xs:complexContent>
         
<xs:extension base="EN" />
      
</xs:complexContent>
   
</xs:complexType>