element -> <dPersonnel.12>
dPersonnel.12 EMS Personnel's Gender No Yes The personnel's gender. D08_12 Recommended
Namespace:
Type:
anonymous (extension of Gender)
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<dPersonnel.12
    NV
 = 
("7701001" | "7701003" | "7701005")
    >
   
Content: 
{ enumeration of xs:string }
</dPersonnel.12>
Simple Content Detail:
Enumeration:
"9906001"
 - 
Female
"9906003"
 - 
Male
"9906005"
 - 
Unknown (Unable to Determine)

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  Gender (extension)
      complexType
Derivation:
extension of Gender
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsGender" minOccurs="0" name="dPersonnel.12" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Gender">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003" | "7701005"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>