2.3.1.53 PropertiesSubRequestType

The PropertiesSubRequestType complex type contains information about a Properties subrequest. The SubRequestType definition from which PropertiesSubRequestType is extended is defined in section 2.2.4.5.

 <xs:complexType name="PropertiesSubRequestType">
    <xs:complexContent>
      <xs:extension base="tns:SubRequestType">
        <xs:sequence minOccurs="1" maxOccurs="1">
          <xs:element name="SubRequestData" type="tns:PropertiesSubRequestDataType" />
        </xs:sequence>
        <xs:attribute name="Type" type="tns:SubRequestAttributeType" use="required" fixed="Properties" />
      </xs:extension>
    </xs:complexContent>
 </xs:complexType>

SubRequestData: A PropertiesSubRequestDataType that specifies the data or input parameters needed for processing the Properties subrequest. PropertiesSubRequestDataType is defined in section 2.3.1.52.

Type: A SubRequestAttributeType that specifies the type of the subrequest. The Type attribute MUST be set to "Properties" for a Properties subrequest. SubRequestAttributeType is defined in section 2.2.5.11.