cbrncl:MapGuideBrandCodeSimpleType
simpleType MapGuideBrandCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type that defines the codes for the brands of map guides.
Diagram
Enumerations
Value | Definition |
Other | A brand other than enumerated in this list. |
Thomas | The 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:restriction base="xs:token">
<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>