complexType plmObjectRef
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p593.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
children plmClass id
source <xsd:complexType name="plmObjectRef">
 
<xsd:sequence>
   
<xsd:element name="plmClass" type="tns:plmClassRef"/>
   
<xsd:element name="id" type="tns:PlmAttributeChoice" nillable="true" maxOccurs="unbounded"/>
 
</xsd:sequence>
</xsd:complexType>

element plmObjectRef/plmClass
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p594.png
type tns: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="tns:plmClassRef"/>

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