complexType Method
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p71.png
namespace http://www.mostcooperation.com
type extension of FunctionCategory
properties
base FunctionCategory
children Start Abort StartResult StartResultAck AbortAck StartAck ErrorAck ProcessingAck Processing Result ResultAck Error
used by
element Function/Method
attributes
Name  Type  Use  Default  Fixed  Annotation
Class  MethodClass        
annotation
documentation
Describes a method by means of the function class and the used OPTypes.
source <xs:complexType name="Method">
 
<xs:annotation>
   
<xs:documentation>Describes a method by means of the function class and the used OPTypes.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="FunctionCategory">
     
<xs:all>
       
<xs:element name="Start" type="OPType" minOccurs="0"/>
       
<xs:element name="Abort" type="OPType" minOccurs="0"/>
       
<xs:element name="StartResult" type="OPType" minOccurs="0"/>
       
<xs:element name="StartResultAck" type="OPType" minOccurs="0"/>
       
<xs:element name="AbortAck" type="OPType" minOccurs="0"/>
       
<xs:element name="StartAck" type="OPType" minOccurs="0"/>
       
<xs:element name="ErrorAck" type="OPType" minOccurs="0"/>
       
<xs:element name="ProcessingAck" type="OPType" minOccurs="0"/>
       
<xs:element name="Processing" type="OPType" minOccurs="0"/>
       
<xs:element name="Result" type="OPType" minOccurs="0"/>
       
<xs:element name="ResultAck" type="OPType" minOccurs="0"/>
       
<xs:element name="Error" type="OPType" minOccurs="0"/>
     
</xs:all>
     
<xs:attribute name="Class" type="MethodClass"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute Method/@Class
type MethodClass
facets
Kind Value Annotation
enumeration Trigger Method
enumeration Sequence Method
enumeration Unclassified Method
source <xs:attribute name="Class" type="MethodClass"/>

element Method/Start
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p72.png
namespace http://www.mostcooperation.com
type OPType
properties
minOcc 0
maxOcc 1
content complex
children ParameterReference
attributes
Name  Type  Use  Default  Fixed  Annotation
Channel  derived by: xs:string  optional      
source <xs:element name="Start" type="OPType" minOccurs="0"/>

element Method/Abort
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p73.png
namespace http://www.mostcooperation.com
type OPType
properties
minOcc 0
maxOcc 1
content complex
children ParameterReference
attributes
Name  Type  Use  Default  Fixed  Annotation
Channel  derived by: xs:string  optional      
source <xs:element name="Abort" type="OPType" minOccurs="0"/>

element Method/StartResult
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p74.png
namespace http://www.mostcooperation.com
type OPType
properties
minOcc 0
maxOcc 1
content complex
children ParameterReference
attributes
Name  Type  Use  Default  Fixed  Annotation
Channel  derived by: xs:string  optional      
source <xs:element name="StartResult" type="OPType" minOccurs="0"/>

element Method/StartResultAck
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p75.png
namespace http://www.mostcooperation.com
type OPType
properties
minOcc 0
maxOcc 1
content complex
children ParameterReference
attributes
Name  Type  Use  Default  Fixed  Annotation
Channel  derived by: xs:string  optional      
source <xs:element name="StartResultAck" type="OPType" minOccurs="0"/>

element Method/AbortAck
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p76.png
namespace http://www.mostcooperation.com
type OPType
properties
minOcc 0
maxOcc 1
content complex
children ParameterReference
attributes
Name  Type  Use  Default  Fixed  Annotation
Channel  derived by: xs:string  optional      
source <xs:element name="AbortAck" type="OPType" minOccurs="0"/>

element Method/StartAck
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p77.png
namespace http://www.mostcooperation.com
type OPType
properties
minOcc 0
maxOcc 1
content complex
children ParameterReference
attributes
Name  Type  Use  Default  Fixed  Annotation
Channel  derived by: xs:string  optional      
source <xs:element name="StartAck" type="OPType" minOccurs="0"/>

element Method/ErrorAck
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p78.png
namespace http://www.mostcooperation.com
type OPType
properties
minOcc 0
maxOcc 1
content complex
children ParameterReference
attributes
Name  Type  Use  Default  Fixed  Annotation
Channel  derived by: xs:string  optional      
source <xs:element name="ErrorAck" type="OPType" minOccurs="0"/>

element Method/ProcessingAck
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p79.png
namespace http://www.mostcooperation.com
type OPType
properties
minOcc 0
maxOcc 1
content complex
children ParameterReference
attributes
Name  Type  Use  Default  Fixed  Annotation
Channel  derived by: xs:string  optional      
source <xs:element name="ProcessingAck" type="OPType" minOccurs="0"/>

element Method/Processing
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p80.png
namespace http://www.mostcooperation.com
type OPType
properties
minOcc 0
maxOcc 1
content complex
children ParameterReference
attributes
Name  Type  Use  Default  Fixed  Annotation
Channel  derived by: xs:string  optional      
source <xs:element name="Processing" type="OPType" minOccurs="0"/>

element Method/Result
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p81.png
namespace http://www.mostcooperation.com
type OPType
properties
minOcc 0
maxOcc 1
content complex
children ParameterReference
attributes
Name  Type  Use  Default  Fixed  Annotation
Channel  derived by: xs:string  optional      
source <xs:element name="Result" type="OPType" minOccurs="0"/>

element Method/ResultAck
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p82.png
namespace http://www.mostcooperation.com
type OPType
properties
minOcc 0
maxOcc 1
content complex
children ParameterReference
attributes
Name  Type  Use  Default  Fixed  Annotation
Channel  derived by: xs:string  optional      
source <xs:element name="ResultAck" type="OPType" minOccurs="0"/>

element Method/Error
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p83.png
namespace http://www.mostcooperation.com
type OPType
properties
minOcc 0
maxOcc 1
content complex
children ParameterReference
attributes
Name  Type  Use  Default  Fixed  Annotation
Channel  derived by: xs:string  optional      
source <xs:element name="Error" type="OPType" minOccurs="0"/>