complexType plmObjectRef
diagram BusinessObjectService_diagrams/BusinessObjectService_p259.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
children plmClass id
used by
elements createRelationRequestType/child createRelationRequestType/parent plmRelationQuery/parent deleteObjectRequestType/plmObjectRef
complexType plmObject
source <xsd:complexType name="plmObjectRef">
 
<xsd:sequence>
   
<xsd:element name="plmClass" type="ns0:plmClassRef"/>
   
<xsd:element name="id" type="ns0:PlmAttributeChoice" nillable="true" maxOccurs="unbounded"/>
 
</xsd:sequence>
</xsd:complexType>

element plmObjectRef/plmClass
diagram BusinessObjectService_diagrams/BusinessObjectService_p260.png
type ns0:plmClassRef
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:string        
name  xsd:string  required      
mask  xsd:string        
source <xsd:element name="plmClass" type="ns0:plmClassRef"/>

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