complexType plmBinaryAttribute
diagram ECService_diagrams/ECService_p66.png
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V2
type extension of ns0:PlmAttribute
properties
base ns0:PlmAttribute
children value
used by
element BinaryAttribute
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xsd:string  required      
type  ns0:PlmAttributeType  required      
source <xsd:complexType name="plmBinaryAttribute">
 
<xsd:complexContent>
   
<xsd:extension base="ns0:PlmAttribute">
     
<xsd:sequence>
       
<xsd:element name="value" type="xsd:base64Binary"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element plmBinaryAttribute/value
diagram ECService_diagrams/ECService_p67.png
type xsd:base64Binary
properties
content simple
source <xsd:element name="value" type="xsd:base64Binary"/>