diagram | ![]() |
||
namespace | http://www.IM-Draft-03-00-44a | ||
children | hazardIdentNumber materialID partialData freeText | ||
used by |
|
||
source | <xs:complexType name="OrangePanel"> <xs:sequence> <!-- these items are common to this type of signage --> <xs:element name="hazardIdentNumber" type="HazardIdentNumber" minOccurs="0"/> <!-- used in some bulk intermodal containers and on international shipments (the upper portion of a two level orange legend) --> <xs:element name="materialID" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="8"> <xs:element name="materialID-item" type="MaterialID"/> <!-- material ID number and what format (UN/NA) if known as well as PSN and trade names the "4-digit identification" number terminology is the is the product ident number of this structure --> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="partialData" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="8"> <xs:element name="partialData-item" type="PartialDescriptions"/> <!-- when a complete identification of a placard or label can not be made, partial information such as color, icons, or other descriptions can be selected here the free text should be used for free format data --> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="freeText" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="0"/> <xs:maxLength value="200"/> </xs:restriction> </xs:simpleType> </xs:element> <!-- when the partial Data is set to indicate free text, that text appears here --> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||||
type | HazardIdentNumber | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="hazardIdentNumber" type="HazardIdentNumber" minOccurs="0"/> |
diagram | ![]() |
||||||||
properties |
|
||||||||
children | materialID-item | ||||||||
source | <xs:element name="materialID" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="8"> <xs:element name="materialID-item" type="MaterialID"/> <!-- material ID number and what format (UN/NA) if known as well as PSN and trade names the "4-digit identification" number terminology is the is the product ident number of this structure --> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | MaterialID | ||||
properties |
|
||||
children | value type psn techName contents packGroup tradeName where | ||||
source | <xs:element name="materialID-item" type="MaterialID"/> |
diagram | ![]() |
||||||||
properties |
|
||||||||
children | partialData-item | ||||||||
source | <xs:element name="partialData" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="8"> <xs:element name="partialData-item" type="PartialDescriptions"/> <!-- when a complete identification of a placard or label can not be made, partial information such as color, icons, or other descriptions can be selected here the free text should be used for free format data --> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | PartialDescriptions | ||||
properties |
|
||||
source | <xs:element name="partialData-item" type="PartialDescriptions"/> |
diagram | ![]() |
||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="freeText" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="0"/> <xs:maxLength value="200"/> </xs:restriction> </xs:simpleType> </xs:element> |