complexType OrangePanel
diagram
namespace http://www.IM-Draft-03-00-44a
children hazardIdentNumber materialID partialData freeText
used by
element PlacardsLabelsSignage/signage/orangePanel/orangePanel-item
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 &quot;4-digit identification&quot; 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>

element OrangePanel/hazardIdentNumber
diagram
type HazardIdentNumber
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 2
maxLength 4
source <xs:element name="hazardIdentNumber" type="HazardIdentNumber" minOccurs="0"/>

element OrangePanel/materialID
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
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 &quot;4-digit identification&quot; number terminology is the is the product ident number of this structure -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element OrangePanel/materialID/materialID-item
diagram
type MaterialID
properties
isRef 0
content complex
children value type psn techName contents packGroup tradeName where
source <xs:element name="materialID-item" type="MaterialID"/>

element OrangePanel/partialData
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
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>

element OrangePanel/partialData/partialData-item
diagram
type PartialDescriptions
properties
isRef 0
content simple
source <xs:element name="partialData-item" type="PartialDescriptions"/>

element OrangePanel/freeText
diagram
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 0
maxLength 200
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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy