<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="ResourceServiceElementNamesWKV">
<xs:restriction base="xs:string">
<xs:maxLength value="255" />
<xs:whiteSpace value="preserve" />
<xs:enumeration value="ResourceServiceCapabilities" />
<xs:enumeration value="ResourceServiceConfiguration" />
<xs:enumeration value="ResourceServiceDescription" />
<xs:enumeration value="ResourceServiceStatus" />
<xs:enumeration value="ResourceServiceCounters" />
</xs:restriction>
</xs:simpleType>
|