element -> <dCustomConfiguration.CustomGroup>
Group Tag to hold custom information
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 9 elements
Defined:
Includes:
definitions of 1 attribute, 9 elements
Content Model Diagram
XML Representation Summary
<dCustomConfiguration.CustomGroup
    CustomElementID
 = 
xs:string
    >
   
Content: 
dCustomConfiguration.01, dCustomConfiguration.02, dCustomConfiguration.03, dCustomConfiguration.04, dCustomConfiguration.05, dCustomConfiguration.06*, dCustomConfiguration.07*, dCustomConfiguration.08*, dCustomConfiguration.09?
</dCustomConfiguration.CustomGroup>
Content model elements (9):
Included in content model of elements (1):
XML Source (w/o annotations (10); see within schema source)
<xs:element id="dCustomConfiguration.dCustomGroup" maxOccurs="unbounded" minOccurs="0" name="dCustomConfiguration.CustomGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dCustomConfiguration.dCustomDataElementTitle" minOccurs="1" name="dCustomConfiguration.01">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CustomTitle">
<xs:attribute name="nemsisElement" type="xs:string" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dCustomConfiguration.dCustomDefinition" minOccurs="1" name="dCustomConfiguration.02" type="CustomDefinition"/>
<xs:element id="dCustomConfiguration.dCustomDataType" minOccurs="1" name="dCustomConfiguration.03" type="CustomDataType"/>
<xs:element id="dCustomConfiguration.dCustomDataElementRecurrence" minOccurs="1" name="dCustomConfiguration.04" type="YesNoValues"/>
<xs:element id="dCustomConfiguration.dCustomDataElementUsage" minOccurs="1" name="dCustomConfiguration.05" type="ElementUsage"/>
<xs:element id="dCustomConfiguration.dCustomDataElementPotentialValues" maxOccurs="unbounded" minOccurs="0" name="dCustomConfiguration.06">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CustomValue">
<xs:attribute name="nemsisCode" type="xs:string" use="optional"/>
<xs:attribute name="customValueDescription" type="xs:string" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dCustomConfiguration.dCustomAcceptableNV" maxOccurs="unbounded" minOccurs="0" name="dCustomConfiguration.07" type="NV"/>
<xs:element id="dCustomConfiguration.dCustomAcceptablePN" maxOccurs="unbounded" minOccurs="0" name="dCustomConfiguration.08" type="PN"/>
<xs:element id="dCustomConfiguration.CustomDataElementGroupingID" minOccurs="0" name="dCustomConfiguration.09" type="CorrelationID"/>
</xs:sequence>
<xs:attribute name="CustomElementID" type="CorrelationID" use="required"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
CustomElementID
Type:
Use:
required
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CustomElementID" type="CorrelationID" use="required"/>
Content Element Detail (all declarations; defined in this component only; 9/9)
dCustomConfiguration.01
Type:
anonymous (extension of CustomTitle), simple content
dCustomConfiguration.01 Custom Data Element Title No No This is the title of the custom data element created to collect information that is not defined formally in NEMSIS Version 3. Mandatory This is grouped with all data elements in this section and can have multiple instances. Added to allow customized data elements to be inserted and collected from within the NEMSIS Version 3 standard.
Simple Content
xs:string
maxLength:
100
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dCustomConfiguration.dCustomDataElementTitle" minOccurs="1" name="dCustomConfiguration.01">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CustomTitle">
<xs:attribute name="nemsisElement" type="xs:string" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dCustomConfiguration.02
Type:
CustomDefinition, simple content
dCustomConfiguration.02 Custom Definition No No The definition of the custom element and how it should be used. Mandatory
Simple Content
xs:string
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dCustomConfiguration.dCustomDefinition" minOccurs="1" name="dCustomConfiguration.02" type="CustomDefinition"/>

dCustomConfiguration.03
Type:
CustomDataType, simple content
dCustomConfiguration.03 Custom Data Type No No The data type of the custom element. Mandatory
Simple Content
enumeration of xs:string
Enumeration:
"9902001"
 - 
Binary
"9902003"
 - 
Date/Time
"9902005"
 - 
Integer/Number
"9902007"
 - 
Other
"9902009"
 - 
Text/String
"9902011"
 - 
Boolean
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dCustomConfiguration.dCustomDataType" minOccurs="1" name="dCustomConfiguration.03" type="CustomDataType"/>

dCustomConfiguration.04
Type:
YesNoValues, simple content
dCustomConfiguration.04 Custom Data Element Recurrence No No Indication if the data element will accept multiple values. Mandatory Added to allow customized data elements to be inserted and collected from within the NEMSIS Version 3 standard.
Simple Content
enumeration of xs:string
Enumeration:
"9923001"
 - 
No
"9923003"
 - 
Yes
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dCustomConfiguration.dCustomDataElementRecurrence" minOccurs="1" name="dCustomConfiguration.04" type="YesNoValues"/>

dCustomConfiguration.05
Type:
ElementUsage, simple content
dCustomConfiguration.05 Custom Data Element Usage No No The Usage (Mandatory, Required, Recommended, or Optional) for the Custom Data Element. Mandatory Mandatory = Must be completed and will not accept null values <br/>Required = Must be completed but will accept null values <br/>Recommended = Not required but if collected will accept null values <br/>Optional = Not required but if collected, it cannot be a null value. Added to allow customized data elements to be inserted and collected from within the NEMSIS Version 3 standard.
Simple Content
enumeration of xs:string
Enumeration:
"9903001"
 - 
Mandatory
"9903003"
 - 
Required
"9903005"
 - 
Recommended
"9903007"
 - 
Optional
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dCustomConfiguration.dCustomDataElementUsage" minOccurs="1" name="dCustomConfiguration.05" type="ElementUsage"/>

dCustomConfiguration.06
Type:
anonymous (extension of CustomValue), simple content
dCustomConfiguration.06 Custom Data Element Potential Values No No The values which are associated with the Custom Data Element. Values would be the choices provided to the user when they document the Custom Data Element Optional Added to allow customized data elements to be inserted and collected from within the NEMSIS Version 3 standard.
Simple Content
xs:string
maxLength:
100
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dCustomConfiguration.dCustomDataElementPotentialValues" maxOccurs="unbounded" minOccurs="0" name="dCustomConfiguration.06">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CustomValue">
<xs:attribute name="nemsisCode" type="xs:string" use="optional"/>
<xs:attribute name="customValueDescription" type="xs:string" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dCustomConfiguration.07
Type:
NV, simple content
dCustomConfiguration.07 Custom Data Element Potential NOT Values (NV) No No NOT Values (NV) associated with the custom element Optional
Simple Content
enumeration of xs:string
Enumeration:
"7701001"
 - 
Not Applicable
"7701003"
 - 
Not Recorded
"7701005"
 - 
Not Reporting
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dCustomConfiguration.dCustomAcceptableNV" maxOccurs="unbounded" minOccurs="0" name="dCustomConfiguration.07" type="NV"/>

dCustomConfiguration.08
Type:
PN, simple content
dCustomConfiguration.08 Custom Data Element Potential Pertinent Negative Values (PN) No No Pertinent Negative Values (PN) associated with the custom element Optional
Simple Content
enumeration of xs:string
Enumeration:
"8801001"
 - 
Contraindication Noted
"8801003"
 - 
Denied By Order
"8801005"
 - 
Exam Finding Not Present
"8801007"
 - 
Medication Allergy
"8801009"
 - 
Medication Already Taken
"8801013"
 - 
No Known Drug Allergy
"8801015"
 - 
None Reported
"8801017"
 - 
Not Performed by EMS
"8801019"
 - 
Refused
"8801021"
 - 
Unresponsive
"8801023"
 - 
Unable to Complete
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dCustomConfiguration.dCustomAcceptablePN" maxOccurs="unbounded" minOccurs="0" name="dCustomConfiguration.08" type="PN"/>

dCustomConfiguration.09
Type:
CorrelationID, simple content
dCustomConfiguration.09 Custom Data Element Grouping ID No No ID for custom element grouping. Optional
Simple Content
xs:string
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dCustomConfiguration.CustomDataElementGroupingID" minOccurs="0" name="dCustomConfiguration.09" type="CorrelationID"/>