complexType PlmAttributeChoice
diagram DocumentFileServicePortType_diagrams/DocumentFileServicePortType_p32.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
children tns:BinaryAttribute tns:BooleanAttribute tns:DateAttribute tns:DoubleAttribute tns:IntegerAttribute tns:MoneyAttribute tns:StringAttribute
used by
elements plmObject/attributes DFMResultData/attributes plmObjectRef/id PlmAttributeChoiceElement
source <xsd:complexType name="PlmAttributeChoice">
 
<xsd:choice>
   
<xsd:element ref="tns:BinaryAttribute"/>
   
<xsd:element ref="tns:BooleanAttribute"/>
   
<xsd:element ref="tns:DateAttribute"/>
   
<xsd:element ref="tns:DoubleAttribute"/>
   
<xsd:element ref="tns:IntegerAttribute"/>
   
<xsd:element ref="tns:MoneyAttribute"/>
   
<xsd:element ref="tns:StringAttribute"/>
 
</xsd:choice>
</xsd:complexType>