diagram | ![]() |
||
namespace | http://www.IM-Draft-03-00-44a | ||
children | material name phone addr epaIDNumber epaWasteNumber startAccumDate manifestDoc partialData freeText | ||
used by |
|
||
source | <xs:complexType name="WasteLabel"> <xs:sequence> <!-- These items are common to this type of label / sticker --> <xs:element name="material" type="MaterialID" minOccurs="0"/> <!-- Contains the PSN, the UN number, the tech name etc. Generator Data, information of the creator of the waste --> <xs:element name="name" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="100"/> </xs:restriction> </xs:simpleType> </xs:element> <!-- The name of the generating firm / group etc --> <xs:element name="phone" type="atis:PhoneInformation" minOccurs="0"/> <!-- A phone contact number, with extension and country code --> <xs:element name="addr" type="lrms:LocationReference" minOccurs="0"/> <!-- the postal address in the address profile --> <xs:element name="epaIDNumber" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="12"/> <xs:maxLength value="13"/> </xs:restriction> </xs:simpleType> </xs:element> <!-- The number assigned by the ERP related the generator location The format is typically two letter state then a number value However three letter variants also exist --> <xs:element name="epaWasteNumber" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:length value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <!-- The number assigned by the ERP and related the type of waste involved. EPA waste codes are indications of what the waste is and are one letter and 3 numbers. D001, F039. P123, K234, U345. D's are characteristic wastes, F, K, P, U, (the only authorized letters) are listed waste. Refer to apx A of the Hazmat table, in 49 CFR. --> <xs:element name="startAccumDate" type="atis:Date" minOccurs="0"/> <!-- The data upon this which this waste collection began Encoded as per normal MMDDYYY formats of ITS --> <xs:element name="manifestDoc" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:length value="5"/> </xs:restriction> </xs:simpleType> </xs:element> <!-- The manifest number to which this shipment relates, A unique five digit number assigned by the generator Misc supporting data about the label --> <xs:element name="partialData" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="32"> <xs:element name="partialData-item" type="PartialDescriptions"/> <!-- use this DE when NONE of the signs can be determined when only a specific sign is undetermined, then use the partial data present DE in the HaxardClass element --> </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 | MaterialID | ||||||||
properties |
|
||||||||
children | value type psn techName contents packGroup tradeName where | ||||||||
source | <xs:element name="material" type="MaterialID" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="name" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="100"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||
type | atis:PhoneInformation | ||||||||
properties |
|
||||||||
children | use internationalAccessCode number extension | ||||||||
source | <xs:element name="phone" type="atis:PhoneInformation" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
type | lrms:LocationReference | ||||||||||||
properties |
|
||||||||||||
children | locationName externalID pointLocation linkLocation areaLocation chain transition groupLocation routeLocation geometry geoCoord grid linearReference crossStreets address preCoded nodeAttribute spatialObject publicGrid | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="addr" type="lrms:LocationReference" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="epaIDNumber" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="12"/> <xs:maxLength value="13"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="epaWasteNumber" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:length value="4"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||
type | atis:Date | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="startAccumDate" type="atis:Date" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="manifestDoc" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:length value="5"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||
properties |
|
||||||||
children | partialData-item | ||||||||
source | <xs:element name="partialData" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="32"> <xs:element name="partialData-item" type="PartialDescriptions"/> <!-- use this DE when NONE of the signs can be determined when only a specific sign is undetermined, then use the partial data present DE in the HaxardClass element --> </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> |