element -> <eSituation.17>
eSituation.17 Patient Activity No Yes The activity the patient was involved in at the time the patient experienced the onset of symptoms or experienced an injury. Recommended Code list is represented in ICD-10-CM. Reference the NEMSIS Suggested Lists at: http://nemsis.org/v3/resources.html <br/><br/>Code list is represented in ICD-10 Codes. <br/>Website - http://uts.nlm.nih.gov <br/>Product - UMLS Metathesaurus
Namespace:
Type:
anonymous (extension of icd10Activity)
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eSituation complexType in eSituation_v3.xsd; see XML source
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eSituation.17
    CorrelationID
 = 
xs:string
    NV
 = 
("7701001" | "7701003" | "7701005")
    >
   
Content: 
{ xs:string }
</eSituation.17>
Simple Content Detail:
Pattern:
Y93\.[A-Za-z0-9]{1,4}

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  icd10Activity (extension)
      complexType
Derivation:
extension of icd10Activity
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eSituation.PatientActivity" maxOccurs="unbounded" minOccurs="0" name="eSituation.17" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="icd10Activity">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
<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; 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"/>

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>