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

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