element -> <eCustomConfiguration.06>
eCustomConfiguration.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.
Namespace:
Type:
anonymous (extension of CustomValue)
Content:
simple, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eCustomConfiguration.06
    nemsisCode
 = 
xs:string
    customValueDescription
 = 
xs:string
    >
   
Content: 
{ xs:string }
</eCustomConfiguration.06>
Simple Content Detail:
MaxLength:
100
MinLength:
1

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

nemsisCode
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="nemsisCode" type="xs:string" use="optional"/>