complexType plmObject
diagram BusinessObjectService_diagrams/BusinessObjectService_p257.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
type extension of ns0:plmObjectRef
properties
base ns0:plmObjectRef
children plmClass id attributes
used by
elements deleteRelationResponseType/object getObjectsResponseType/objects getRelationsResponseType/objects setReservationResponseType/plmObject createObjectResponseType/plmObject deleteObjectResponseType/plmObject setReservationRequestType/plmObject createObjectRequestType/plmObject updateObjectResponseType/plmObject updateObjectRequestType/plmObject updateRelationResponseType/relationObject createRelationRequestType/relationObject createRelationResponseType/relationObject updateRelationRequestType/relationObject
source <xsd:complexType name="plmObject">
 
<xsd:complexContent>
   
<xsd:extension base="ns0:plmObjectRef">
     
<xsd:sequence>
       
<xsd:element name="attributes" type="ns0:PlmAttributeChoice" maxOccurs="unbounded"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element plmObject/attributes
diagram BusinessObjectService_diagrams/BusinessObjectService_p258.png
type ns0:PlmAttributeChoice
properties
minOcc 1
maxOcc unbounded
content complex
children ns0:BinaryAttribute ns0:BooleanAttribute ns0:DateAttribute ns0:DoubleAttribute ns0:IntegerAttribute ns0:MoneyAttribute ns0:StringAttribute
source <xsd:element name="attributes" type="ns0:PlmAttributeChoice" maxOccurs="unbounded"/>