element <dCustomConfiguration.06>
<nemsisTacDoc> <number>dCustomConfiguration.06</number> <name>Custom Data Element Potential Values</name> <national>No</national> <state>No</state> <definition>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</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment/> <v3Changes>Added to allow customized data elements to be inserted and collected from within the NEMSIS Version 3 standard.</v3Changes> </nemsisTacDoc>
Namespace:
Type:
anonymous (extension of CustomValue)
Content:
simple
Defined:
Content Model Diagram
XML Representation Summary
<dCustomConfiguration.06>
   
Content: 
{ xs:string }
</dCustomConfiguration.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="dCustomConfiguration.dCustomDataElementPotentialValues" maxOccurs="unbounded" minOccurs="0" name="dCustomConfiguration.06">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CustomValue"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>