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="FoundOn"> <xs:annotation> <xs:appinfo> unknown (0) orangePanel (1) -- number appears in a std orange background panel , -- indicating that this is a UN ID number insidePlacard (2) -- number appears inside a class/division placard or label printedNum (3) -- number appears printed in plain text -- (perhaps with a UN or NA present as well) printedText (4) -- text appears printed (perhaps a product or trade name) shippingPapers (5) -- information taken from shipping or manifest papers shipperFirm (6) -- information provided by the firm creating the shipment -- (typically provided by a corporate office) haulerFirm (7) -- information provided by the firm hauling the shipment -- (typically provided by a corporate office) verbalReport (8) -- information obtain from driver or other verbal source identByPlumes (9) -- ident made by smoke/flame color , -- by other observable characteristics other (10) -- number/data found elsewhere -- (and may be suspected that it is not a material number) </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="10"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="unknown"/> <xs:enumeration value="orangePanel"/> <xs:enumeration value="insidePlacard"/> <xs:enumeration value="printedNum"/> <xs:enumeration value="printedText"/> <xs:enumeration value="shippingPapers"/> <xs:enumeration value="shipperFirm"/> <xs:enumeration value="haulerFirm"/> <xs:enumeration value="verbalReport"/> <xs:enumeration value="identByPlumes"/> <xs:enumeration value="other"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |