cbrncl:MapGuideBrandCodeSimpleType

simpleType MapGuideBrandCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/5.0/

Definition

A data type that defines the codes for the brands of map guides.

Diagram

Enumerations

ValueDefinition
OtherA brand other than enumerated in this list.
ThomasThe Thomas Guide

XML Schema

<xs:simpleType name="MapGuideBrandCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the codes for the brands of map guides.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
A brand other than enumerated in this list.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Thomas">
<xs:annotation>
<xs:documentation>
The Thomas Guide
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>