namespace | https://mmixm.aero/base/3 | |||||||||||||
type | restriction of xs:string | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xs:simpleType name="MonitoringType"> <xs:annotation> <xs:documentation>Enumerated list of monitoring status options.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Monitored"> <xs:annotation> <xs:documentation>Indicates a value is monitored.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Unmonitored"> <xs:annotation> <xs:documentation>Indicates a value is not monitored.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |