element <dPersonnel.10>
<nemsisTacDoc> <number>dPersonnel.10</number> <name>EMS Personnel's Email Address</name> <national>No</national> <state>No</state> <definition>The primary email address of the personnel.</definition> <v2Number>D08_10</v2Number> <usage>Optional</usage> <performanceMeasure/> <comment/> <v3Changes/> </nemsisTacDoc>
Namespace:
Type:
anonymous (extension of EmailAddress)
Content:
simple, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<dPersonnel.10
    EmailAddressType
 = 
("9904001" | "9904003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ xs:string }
</dPersonnel.10>
Simple Content Detail:
MaxLength:
100
MinLength:
3
Pattern:
.+@.+

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  EmailAddress (extension)
      complexType
Derivation:
extension of EmailAddress
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsEmailAddress" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.10">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EmailAddress">
<xs:attribute name="EmailAddressType" type="EmailAddressType" use="optional"/>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>

EmailAddressType
Type:
Use:
optional
Attribute Value
enumeration of xs:string
Enumeration:
"9904001"
 - 
Personal
"9904003"
 - 
Work
XML Source (see within schema source)
<xs:attribute name="EmailAddressType" type="EmailAddressType" use="optional"/>