complexType FreezeDetailsType
diagram bds_all_diagrams/bds_all_p201.png
namespace http://api.bds.tibco.com
children operationDetails
used by
element CaseModelType/frozenDetails
attributes
Name  Type  Use  Default  Fixed  Annotation
isFrozen  xs:boolean  required      
documentation
True if the case model is frozen and can not be upgrade.  This prevents a case model being updated
annotation
documentation
Details about if a given model is frozen and if so by who
source <xs:complexType name="FreezeDetailsType">
 
<xs:annotation>
   
<xs:documentation>Details about if a given model is frozen and if so by who</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="operationDetails" type="OperationDetailsType" minOccurs="0"/>
 
</xs:sequence>
 
<xs:attribute name="isFrozen" type="xs:boolean" use="required">
   
<xs:annotation>
     
<xs:documentation>True if the case model is frozen and can not be upgrade.  This prevents a case model being updated</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute FreezeDetailsType/@isFrozen
type xs:boolean
properties
use required
annotation
documentation
True if the case model is frozen and can not be upgrade.  This prevents a case model being updated
source <xs:attribute name="isFrozen" type="xs:boolean" use="required">
 
<xs:annotation>
   
<xs:documentation>True if the case model is frozen and can not be upgrade.  This prevents a case model being updated</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element FreezeDetailsType/operationDetails
diagram bds_all_diagrams/bds_all_p202.png
type OperationDetailsType
properties
minOcc 0
maxOcc 1
content complex
children username comment timeOfOperation
attributes
Name  Type  Use  Default  Fixed  Annotation
userOperation  xs:boolean        
documentation
If the operation was performed by a user or automatically by the system (If unset, deemed to be true - i.e. user operation)
source <xs:element name="operationDetails" type="OperationDetailsType" minOccurs="0"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy