2.3.2.10 PropertiesRequestTypes

The PropertiesRequestTypes simple type is used to represent the type of Properties subrequest. PropertiesRequestTypes is the type definition of the Properties attribute, which is part of a Properties subrequest operation.

 <xs:simpleType name="PropertiesRequestTypes">
     <xs:restriction base="xs:string">
       <!--Property Enumerate-->
       <xs:enumeration value="PropertyEnumerate"/>
       <!--Property Get-->
       <xs:enumeration value="PropertyGet"/>
     </xs:restriction>
 </xs:simpleType>

The value of PropertiesRequestTypes MUST be one of the values in the following table.

Value

Meaning

"PropertyEnumerate"

The string value "PropertyEnumerate", indicating a Properties subrequest of type PropertyEnumerate.

"PropertyGet"

The string value "PropertyGet", indicating a Properties subrequest of type PropertyGet.