complexType PersonName_Structure
diagram CDS-XML_Schema_Documentation-v6-1-1-2010-12-10_p726.png
namespace http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns
children ns:PersonFullName ns:PersonName_Structured ns:PersonRequestedName
used by
elements PatientIdentity_General_Structure/WithheldIdentity_Structure/PatientName PatientIdentity_General_Structure/VerifiedIdentity_Structure/PatientName PatientIdentity_General_Structure/UnverifiedIdentity_Structure/PatientName PatientIdentity_Birth_Structure/WithheldIdentity_Structure/PatientName PatientIdentity_Birth_Structure/VerifiedIdentity_Structure/PatientName PatientIdentity_Birth_Structure/UnverifiedIdentity_Structure/PatientName PatientIdentity_Delivery_Structure/WithheldIdentity_Structure/PatientName PatientIdentity_Delivery_Structure/VerifiedIdentity_Structure/PatientName PatientIdentity_Delivery_Structure/UnverifiedIdentity_Structure/PatientName PersonIdentity_Baby_Structure/WithheldIdentity_Structure_Baby/PatientName PersonIdentity_Baby_Structure/VerifiedIdentity_Structure_Baby/PatientName PersonIdentity_Baby_Structure/UnverifiedIdentity_Structure_Baby/PatientName PersonIdentity_Mother_Structure/WithheldIdentity_Structure_Mother/PatientName_Mother PersonIdentity_Mother_Structure/VerifiedIdentity_Structure_Mother/PatientName_Mother PersonIdentity_Mother_Structure/UnverifiedIdentity_Structure_Mother/PatientName_Mother
annotation
documentation
V5-0  (December 2005)
PERSON NAME is e-GIF compatible
source <xs:complexType name="PersonName_Structure">
 
<xs:annotation>
   
<xs:documentation>V5-0  (December 2005)
PERSON NAME is e-GIF compatible
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:choice minOccurs="0">
     
<xs:element name="PersonFullName" type="ns:PersonName_UnstructuredText_Type">
       
<xs:annotation>
         
<xs:documentation>XML Mandatory by choice</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="PersonName_Structured">
       
<xs:annotation>
         
<xs:documentation>XML Mandatory by choice</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="PersonTitle" type="ns:PersonName_StructuredWord_Type" minOccurs="0"/>
           
<xs:element name="PersonGivenName" type="ns:PersonName_StructuredWord_Type">
             
<xs:annotation>
               
<xs:documentation>XML Mandatory if this data structure is used</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:element name="PersonFamilyName" type="ns:PersonName_StructuredWord_Type">
             
<xs:annotation>
               
<xs:documentation>XML Mandatory if this data structure is used</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:element name="PersonNameSuffix" type="ns:PersonName_StructuredWord_Type" minOccurs="0"/>
           
<xs:element name="PersonInititials" type="ns:PersonName_StructuredWord_Type" minOccurs="0"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="PersonRequestedName" type="ns:PersonName_UnstructuredText_Type">
       
<xs:annotation>
         
<xs:documentation>XML Mandatory by choice</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
 
</xs:sequence>
</xs:complexType>

element PersonName_Structure/PersonFullName
diagram CDS-XML_Schema_Documentation-v6-1-1-2010-12-10_p727.png
namespace http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns
type ns:PersonName_UnstructuredText_Type
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 70 
annotation
documentation
XML Mandatory by choice
source <xs:element name="PersonFullName" type="ns:PersonName_UnstructuredText_Type">
 
<xs:annotation>
   
<xs:documentation>XML Mandatory by choice</xs:documentation>
 
</xs:annotation>
</xs:element>

element PersonName_Structure/PersonName_Structured
diagram CDS-XML_Schema_Documentation-v6-1-1-2010-12-10_p728.png
namespace http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns
properties
isRef 0
content complex
children ns:PersonTitle ns:PersonGivenName ns:PersonFamilyName ns:PersonNameSuffix ns:PersonInititials
annotation
documentation
XML Mandatory by choice
source <xs:element name="PersonName_Structured">
 
<xs:annotation>
   
<xs:documentation>XML Mandatory by choice</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="PersonTitle" type="ns:PersonName_StructuredWord_Type" minOccurs="0"/>
     
<xs:element name="PersonGivenName" type="ns:PersonName_StructuredWord_Type">
       
<xs:annotation>
         
<xs:documentation>XML Mandatory if this data structure is used</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="PersonFamilyName" type="ns:PersonName_StructuredWord_Type">
       
<xs:annotation>
         
<xs:documentation>XML Mandatory if this data structure is used</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="PersonNameSuffix" type="ns:PersonName_StructuredWord_Type" minOccurs="0"/>
     
<xs:element name="PersonInititials" type="ns:PersonName_StructuredWord_Type" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element PersonName_Structure/PersonName_Structured/PersonTitle
diagram CDS-XML_Schema_Documentation-v6-1-1-2010-12-10_p729.png
namespace http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns
type ns:PersonName_StructuredWord_Type
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 35 
source <xs:element name="PersonTitle" type="ns:PersonName_StructuredWord_Type" minOccurs="0"/>

element PersonName_Structure/PersonName_Structured/PersonGivenName
diagram CDS-XML_Schema_Documentation-v6-1-1-2010-12-10_p730.png
namespace http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns
type ns:PersonName_StructuredWord_Type
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 35 
annotation
documentation
XML Mandatory if this data structure is used
source <xs:element name="PersonGivenName" type="ns:PersonName_StructuredWord_Type">
 
<xs:annotation>
   
<xs:documentation>XML Mandatory if this data structure is used</xs:documentation>
 
</xs:annotation>
</xs:element>

element PersonName_Structure/PersonName_Structured/PersonFamilyName
diagram CDS-XML_Schema_Documentation-v6-1-1-2010-12-10_p731.png
namespace http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns
type ns:PersonName_StructuredWord_Type
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 35 
annotation
documentation
XML Mandatory if this data structure is used
source <xs:element name="PersonFamilyName" type="ns:PersonName_StructuredWord_Type">
 
<xs:annotation>
   
<xs:documentation>XML Mandatory if this data structure is used</xs:documentation>
 
</xs:annotation>
</xs:element>

element PersonName_Structure/PersonName_Structured/PersonNameSuffix
diagram CDS-XML_Schema_Documentation-v6-1-1-2010-12-10_p732.png
namespace http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns
type ns:PersonName_StructuredWord_Type
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 35 
source <xs:element name="PersonNameSuffix" type="ns:PersonName_StructuredWord_Type" minOccurs="0"/>

element PersonName_Structure/PersonName_Structured/PersonInititials
diagram CDS-XML_Schema_Documentation-v6-1-1-2010-12-10_p733.png
namespace http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns
type ns:PersonName_StructuredWord_Type
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 35 
source <xs:element name="PersonInititials" type="ns:PersonName_StructuredWord_Type" minOccurs="0"/>

element PersonName_Structure/PersonRequestedName
diagram CDS-XML_Schema_Documentation-v6-1-1-2010-12-10_p734.png
namespace http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns
type ns:PersonName_UnstructuredText_Type
properties
isRef 0
content simple
facets
Kind Value annotation 
maxLength 70 
annotation
documentation
XML Mandatory by choice
source <xs:element name="PersonRequestedName" type="ns:PersonName_UnstructuredText_Type">
 
<xs:annotation>
   
<xs:documentation>XML Mandatory by choice</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy