2.2.4.67 t:ResponseObjectType Complex Type
The ResponseObjectType complex type specifies the base type for response objects. The ResponseObjectType complex type extends the ResponseObjectCoreType complex type, as specified in section 2.2.4.66. The ResponseObjectType type MUST NOT be sent in a SOAP message because it is an abstract type.
-
<xs:complexType name="ResponseObjectType" abstract="true" > <xs:complexContent> <xs:extension base="t:ResponseObjectCoreType" > <xs:attribute name="ObjectName" type="xs:string" use="optional" /> </xs:extension> </xs:complexContent> </xs:complexType>
Attributes
Name |
Type |
Description |
---|---|---|
ObjectName |
xs:string ([XMLSCHEMA2]) |
Specifies the name of the reply object class as an English-language string. |