complexType PlmFault
diagram ConfigurationService_diagrams/ConfigurationService_p65.png
namespace http://xmlns.oracle.com/Agile/e6/core/Configuration/V2
children RC RCSId classRCSId details detailsList message
used by
element PlmFault
source <xsd:complexType name="PlmFault">
 
<xsd:sequence>
   
<xsd:element name="RC" type="xsd:int"/>
   
<xsd:element name="RCSId" type="xsd:string" minOccurs="0"/>
   
<xsd:element name="classRCSId" type="xsd:string" minOccurs="0"/>
   
<xsd:element name="details" type="xsd:string" minOccurs="0"/>
   
<xsd:element name="detailsList" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
   
<xsd:element name="message" type="xsd:string" minOccurs="0"/>
 
</xsd:sequence>
</xsd:complexType>

element PlmFault/RC
diagram ConfigurationService_diagrams/ConfigurationService_p66.png
type xsd:int
properties
content simple
source <xsd:element name="RC" type="xsd:int"/>

element PlmFault/RCSId
diagram ConfigurationService_diagrams/ConfigurationService_p67.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="RCSId" type="xsd:string" minOccurs="0"/>

element PlmFault/classRCSId
diagram ConfigurationService_diagrams/ConfigurationService_p68.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="classRCSId" type="xsd:string" minOccurs="0"/>

element PlmFault/details
diagram ConfigurationService_diagrams/ConfigurationService_p69.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="details" type="xsd:string" minOccurs="0"/>

element PlmFault/detailsList
diagram ConfigurationService_diagrams/ConfigurationService_p70.png
type xsd:string
properties
minOcc 0
maxOcc unbounded
content simple
nillable true
source <xsd:element name="detailsList" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

element PlmFault/message
diagram ConfigurationService_diagrams/ConfigurationService_p71.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="message" type="xsd:string" minOccurs="0"/>