em:ValueType

complexType ValueType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type of values or names from certified lists referenced by the Community of Interest (COI)

Diagram

XML Schema

<xs:complexType name="ValueType">
<xs:annotation>
<xs:documentation>
A data type of values or names from certified lists referenced by the Community of Interest (COI)
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:ValueText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ValueListURNText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ValueAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>