2.3.1.54 PropertiesSubResponseDataType

The PropertiesSubResponseDataType complex type contains information requested as part of the corresponding Properties subrequest.

 <xs:complexType name="PropertiesSubResponseDataType">
   <xs:sequence>
     <xs:element name="PropertyIds" minOccurs="0" maxOccurs="1" type="tns:PropertyIdsType"/>
     <xs:element name="PropertyValues" minOccurs="0" maxOccurs="1" type="tns:PropertyValuesType"/>
   </xs:sequence>
 </xs:complexType>

PropertyIds: An element of type PropertyIdsType (section 2.3.1.56) that specifies the set of properties. This element MUST only be included in the response if the Properties attribute value is set to "PropertyEnumerate".

PropertyValues: An element of type PropertyValuesType (section 2.3.1.58) that specifies the property values. This element MUST only be included in the response if the Properties attribute value is set to "PropertyGet".