DangerLabels Data Type

Java class for DangerLabels complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DangerLabels">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" maxOccurs="5" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
code list of string element 0/unbounded Danger label code. A list of valid entries can be retrieved through "getDangerLabels" operation.

Example

<d----->
  <code>...</code>
</d----->