complexType "eRecord"
Namespace:
Content:
complex, 2 elements
Defined:
globally in eRecord_v3.xsd; see XML source
Includes:
definitions of 2 elements
Used:
never
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
eRecord.01, eRecord.SoftwareApplicationGroup
</...>
Content Model Elements (2):
XML Source (w/o annotations (5); see within schema source)
<xs:complexType id="eRecord.RecordInformation" name="eRecord">
<xs:sequence>
<xs:element id="eRecord.PatientCareReportNumber" name="eRecord.01" type="PatientCareReportNumber"/>
<xs:element id="eRecord.SoftwareApplicationGroup" name="eRecord.SoftwareApplicationGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eRecord.SoftwareCreator" name="eRecord.02" type="SoftwareCreator"/>
<xs:element id="eRecord.SoftwareName" name="eRecord.03" type="SoftwareName"/>
<xs:element id="eRecord.SoftwareVersion" name="eRecord.04" type="SoftwareVersion"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined in this component only; 2/2)
eRecord.01
Type:
PatientCareReportNumber, simple content
eRecord.01 Patient Care Report Number Yes Yes The unique number automatically assigned by the EMS agency for each Patient Care Report (PCR). This should be a unique number for the EMS agency for all of time. E01_01 Mandatory Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma
Simple Content
xs:string
maxLength:
50
minLength:
3
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eRecord.PatientCareReportNumber" name="eRecord.01" type="PatientCareReportNumber"/>

eRecord.SoftwareApplicationGroup
Type:
anonymous, complex content
Group Tag to hold information about the software used to generate patient care report
XML Source (w/o annotations (4); see within schema source)
<xs:element id="eRecord.SoftwareApplicationGroup" name="eRecord.SoftwareApplicationGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eRecord.SoftwareCreator" name="eRecord.02" type="SoftwareCreator"/>
<xs:element id="eRecord.SoftwareName" name="eRecord.03" type="SoftwareName"/>
<xs:element id="eRecord.SoftwareVersion" name="eRecord.04" type="SoftwareVersion"/>
</xs:sequence>
</xs:complexType>
</xs:element>