complexType FreezeDetailsType
diagram bds_wsdl_diagrams/bds_wsdl_p48.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>

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