3.1.4.13.3.4 ParameterObject
Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Access.Services.WebService
The ParameterObject complex type specifies the information that the protocol server needs to create an object.
-
<xs:complexType name="ParameterObject" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="0" name="BodyString" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/> <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/Microsoft.Office.Access.Services" minOccurs="0" name="ObjectType" type="q1:AccessObjectType"/> </xs:sequence> </xs:complexType>
BodyString: A string ([XMLSCHEMA2] section 3.2.1) that represents the XML element defining the object to create, as described by the Body element of ParameterObject ([MS-AADT] section 3.1.4.1.3.4).
Description: See description of Description ([MS-AADT] section 3.1.4.1.3.4)
Name: MUST be present. See description of Name ([MS-AADT] section 3.1.4.1.3.4)
ObjectType: See description of ObjectType ([MS-AADT] section 3.1.4.1.3.4)