complexType plmObject
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p277.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
type extension of tns:plmObjectRef
properties
base tns:plmObjectRef
children plmClass id attributes
source <xsd:complexType name="plmObject">
 
<xsd:complexContent>
   
<xsd:extension base="tns:plmObjectRef">
     
<xsd:sequence>
       
<xsd:element name="attributes" type="tns:PlmAttributeChoice" maxOccurs="unbounded"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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