j:HazMatPlacardSuffixTextSimpleType
simpleType HazMatPlacardSuffixTextSimpleType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for a placard number from bottom of diamond.
Diagram
XML Schema
<xs:simpleType name="HazMatPlacardSuffixTextSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a placard number from bottom of diamond.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:pattern value="\d{1}">
<xs:annotation>
<xs:documentation>
1-digit placard number from bottom of diamond.</xs:documentation>
</xs:annotation>
</xs:pattern>
</xs:restriction>
</xs:simpleType>