namespace | http://www.IM-Draft-03-00-44a | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="UnitCondition"> <xs:annotation> <xs:appinfo> -- General unknown (0) seeText (1) -- free text in the using message contains -- further information beyond these items abandoned (2) -- used for power unit and cargo found without apparent -- owner and giving an indication of long term location -- in one position (rather than simply disabled by -- the roadside) blownTire (3) -- one or more , -- and fire contaminated (4) damaged (5) -- any form of damage to unit , -- code not specified here derailed (6) -- use for trains and for any load requiring equipment -- to replace/return into proper position for towing disabled (7) -- unable to move under own power , evidence (8) -- used for any sort of crime scene where disturbing the -- unit is not allowed intact (9) -- no apparent damage and presumed to be operating -- correctly use this value if no damage is believed -- to have occurred knownOperational (10) -- when the unit is confirmed by a competent source as -- functional (i.e. no damage) and may be used/moved -- This may require an inspection process -- Leaks leakingFluidsFromUnit (11) -- leaking of either power unit or cargo unit -- and NOT from cargo itself leakingFluidsFromCargo (12) -- leaking from cargo contents multipleLeaksFromUnit (13) -- leaking from multiple points of either power unit -- or cargo unit and NOT from cargo itself multipleLeaksFromCargo (14) -- leaking from multiple points of cargo contents leakingCorrosives (15) -- leaking corrosive fluids (such as an acid) -- Temperatuere & Enviromental mustNotAllowToFrezze (16) lossOfRefrigerationGeneral (17) -- used for refergration units in general and -- food transport units lossOfRefrigerationChemical (18) -- used for non_Food stuff refergration units -- such as chemicals that must remain cold magneticMaterials (19) -- used with strong magnetic fields or when a -- "magnetized material" label is present -- Other onFire (20) -- used for fire and post fire hasGasTank (21) -- unit (typicaly a cargo refer) has its own Gas/Fuel -- supply source integral to it , do not use for -- power units (which are presumed to have one) overturnedOnSide (22) -- any condition other than upright or overturned on top overturnedOnTop (23) requiresCrane (24) -- any sort of damage where a crane or other equipment -- will be needed to remove (rather than simply -- overturned) requiresUnloading (25) -- content must be unloaded unloadBeforeMove (26) -- content must be unloaded before any movement shedLoad (27) -- cargo unit (such as a container trailer) has lost -- load or the load has become unstable for movement sinking (28) -- unit is in water (and is not a boat) or taking on -- water actively submerged (29) -- unit has settled into water (no longer sinking) , -- there is no longer any possibility of preventing -- further sinking </xs:appinfo> <xs:documentation> values to 127 reserved for std use values 128 to 255 reserved for local use </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="29"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="unknown"/> <xs:enumeration value="seeText"/> <xs:enumeration value="abandoned"/> <xs:enumeration value="blownTire"/> <xs:enumeration value="contaminated"/> <xs:enumeration value="damaged"/> <xs:enumeration value="derailed"/> <xs:enumeration value="disabled"/> <xs:enumeration value="evidence"/> <xs:enumeration value="intact"/> <xs:enumeration value="knownOperational"/> <xs:enumeration value="leakingFluidsFromUnit"/> <xs:enumeration value="leakingFluidsFromCargo"/> <xs:enumeration value="multipleLeaksFromUnit"/> <xs:enumeration value="multipleLeaksFromCargo"/> <xs:enumeration value="leakingCorrosives"/> <xs:enumeration value="mustNotAllowToFrezze"/> <xs:enumeration value="lossOfRefrigerationGeneral"/> <xs:enumeration value="lossOfRefrigerationChemical"/> <xs:enumeration value="magneticMaterials"/> <xs:enumeration value="onFire"/> <xs:enumeration value="hasGasTank"/> <xs:enumeration value="overturnedOnSide"/> <xs:enumeration value="overturnedOnTop"/> <xs:enumeration value="requiresCrane"/> <xs:enumeration value="requiresUnloading"/> <xs:enumeration value="unloadBeforeMove"/> <xs:enumeration value="shedLoad"/> <xs:enumeration value="sinking"/> <xs:enumeration value="submerged"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |