namespace | http://www.IM-Draft-03-00-44a | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, local:PointOfContactRoles) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="PointOfContactRoles"> <xs:annotation> <xs:appinfo> none (0) unknown (1) reportToUponArrivalAtSite (2) reportToUponArrivalAtStagingArea (3) contactConcerningAnySiteMatter (4) contactConcerningAnyStagingAreaMatter (5) </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="5"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="none"/> <xs:enumeration value="unknown"/> <xs:enumeration value="reportToUponArrivalAtSite"/> <xs:enumeration value="reportToUponArrivalAtStagingArea"/> <xs:enumeration value="contactConcerningAnySiteMatter"/> <xs:enumeration value="contactConcerningAnyStagingAreaMatter"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:PointOfContactRoles"/> </xs:simpleType> </xs:union> </xs:simpleType> |