diagram | ![]() |
||
namespace | http://www.IM-Draft-03-00-44a | ||
children | foundIn handle foundIn2 shipperName haulerName phone originCountry miscOther | ||
used by |
|
||
source | <xs:complexType name="ShippingHeader"> <xs:sequence> <xs:element name="foundIn" type="CargoUnitID" minOccurs="0"/> <!-- the cargo unit this header refers to i.e. which cargo unit (s) can the shipping entries (which follow) be located in observe that there is no information to connect a packaging group to a location this is NOT where the shipping papers were found, it is where the cargo is found --> <xs:element name="handle" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="32"/> </xs:restriction> </xs:simpleType> </xs:element> <!-- a human readable / assigned name for the object (typically assigned by on scene personal, such as "red_truck") --> <xs:element name="foundIn2" type="PowerUnitID" minOccurs="0"/> <!-- used when the cargo is located in the power unit this is often the case with passenger vehicles used for transport of medical samples (bio-hazards) or with various materials of trade --> <xs:element name="shipperName" type="FreeText" minOccurs="0"/> <!-- name and contact number of shipper any general emergency response number will be placed here --> <xs:element name="haulerName" type="FreeText" minOccurs="0"/> <!-- name / contact of hauler --> <xs:element name="phone" type="atis:PhoneInformation" minOccurs="0"/> <!-- A phone contact number, with extension and country code --> <xs:element name="originCountry" type="dsrc:CountryCode" minOccurs="0"/> <!-- from the iso/iec3166codetext --> <xs:element name="miscOther" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="0"/> <xs:maxLength value="1000"/> </xs:restriction> </xs:simpleType> </xs:element> <!-- any other information useful to responders --> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||||
type | CargoUnitID | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="foundIn" type="CargoUnitID" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="handle" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="32"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||
type | PowerUnitID | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="foundIn2" type="PowerUnitID" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | FreeText | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="shipperName" type="FreeText" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | FreeText | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="haulerName" type="FreeText" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | atis:PhoneInformation | ||||||||
properties |
|
||||||||
children | use internationalAccessCode number extension | ||||||||
source | <xs:element name="phone" type="atis:PhoneInformation" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | dsrc:CountryCode | ||||||||
properties |
|
||||||||
source | <xs:element name="originCountry" type="dsrc:CountryCode" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="miscOther" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="0"/> <xs:maxLength value="1000"/> </xs:restriction> </xs:simpleType> </xs:element> |