2.3.1.52 PropertiesSubRequestDataType

The PropertiesSubRequestDataType complex type contains information about data or input parameters used in processing a Properties subrequest. The Properties attribute specified in the PropertiesSubRequestDataOptionalAttributes attribute group (section 2.3.3.10) MUST be specified for a Properties subrequest.

 <xs:complexType name="PropertiesSubRequestDataType">
   <xs:sequence>
     <xs:element name="PropertyIds" minOccurs="0" maxOccurs="1" type="tns:PropertyIdsType"/>
   </xs:sequence>
   <xs:attributeGroup ref="tns:PropertiesSubRequestDataOptionalAttributes"/>
 </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 request if the Properties attribute value is set to "PropertyGet".

PropertiesSubRequestDataOptionalAttributes: An attribute group that specifies the set of attributes that are provided only for a SubRequestData element whose parent SubRequest element’s Type attribute is set to "Properties". PropertiesSubRequestDataOptionalAttributes is defined in section 2.3.3.10.