element -> <eCustomConfiguration.01>
eCustomConfiguration.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.
Namespace:
Type:
anonymous (extension of CustomTitle)
Content:
simple, 1 attribute
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eCustomConfiguration.01
    nemsisElement
 = 
xs:string
    >
   
Content: 
{ xs:string }
</eCustomConfiguration.01>
Simple Content Detail:
MaxLength:
100
MinLength:
2

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  CustomTitle (extension)
      complexType
Derivation:
extension of CustomTitle
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eCustomConfiguration.eCustomDataElementTitle" minOccurs="1" name="eCustomConfiguration.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>
Attribute Detail (all declarations; defined in this component only; 1/1)
nemsisElement
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="nemsisElement" type="xs:string" use="optional"/>