complexType getObjectsResponseType
diagram BusinessObjectServicesXSD2_diagrams/BusinessObjectServicesXSD2_p78.png
namespace http://xmlns.oracle.com/Agile/e6/core/BusinessObject/V1
type extension of tns:ResponseHeaderType
properties
base ns1:ResponseHeaderType
children messageId messageName statusCode exceptions warnings ticket recordLimitHit objects
used by
elements getObjectsResponse/getObjectsResponse getObjectsBulkResponseType/responses
source <xs:complexType name="getObjectsResponseType">
 
<xs:complexContent>
   
<xs:extension base="ns1:ResponseHeaderType">
     
<xs:sequence>
       
<xs:element name="recordLimitHit" type="xs:boolean"/>
       
<xs:element name="objects" type="ns1:plmObject" maxOccurs="unbounded"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element getObjectsResponseType/recordLimitHit
diagram BusinessObjectServicesXSD2_diagrams/BusinessObjectServicesXSD2_p79.png
type xs:boolean
properties
isRef 0
content simple
source <xs:element name="recordLimitHit" type="xs:boolean"/>

element getObjectsResponseType/objects
diagram BusinessObjectServicesXSD2_diagrams/BusinessObjectServicesXSD2_p80.png
type tns:plmObject
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children plmClass id attributes
source <xs:element name="objects" type="ns1:plmObject" maxOccurs="unbounded"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy