namespace | http://www.IM-Draft-03-00-44a | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, local:FireSize) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="FireSize"> <xs:annotation> <xs:appinfo> small (1) -- less than 2m by 2m; about 2 m by 2 m (2) -- 2m by 2m; about 3 m by 3 m (3) -- 3m by 3m; about 6 m by 6 m (4) -- 6m by 6m; about 9 m by 9 m (5) -- 9m by 9m; about 12 m by 12 m (6) -- 12m by 12m; about 15 m by 15 m (7) -- 15m by 15m; at least 15 m by 15 m (8) -- over 15m by 15m. </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="8"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="small"/> <xs:enumeration value="about 2 m by 2 m"/> <xs:enumeration value="about 3 m by 3 m"/> <xs:enumeration value="about 6 m by 6 m"/> <xs:enumeration value="about 9 m by 9 m"/> <xs:enumeration value="about 12 m by 12 m"/> <xs:enumeration value="about 15 m by 15 m"/> <xs:enumeration value="at least 15 m by 15 m"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:FireSize"/> </xs:simpleType> </xs:union> </xs:simpleType> |