complexType OPType
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p90.png
namespace http://www.mostcooperation.com
children ParameterReference
used by
elements Method/Abort Method/AbortAck Property/Decrement Method/Error Property/Error Method/ErrorAck Property/ErrorAck Property/Get Property/Increment Method/Processing Method/ProcessingAck Method/Result Method/ResultAck Property/Set Property/SetGet Method/Start Method/StartAck Method/StartResult Method/StartResultAck Property/Status
attributes
Name  Type  Use  Default  Fixed  Annotation
Channel  derived by: xs:string  optional      
annotation
documentation
Basis for the definition of one particular OPType and the corresponding parameter list.
source <xs:complexType name="OPType">
 
<xs:annotation>
   
<xs:documentation>Basis for the definition of one particular OPType and the corresponding parameter list.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="ParameterReference" type="DataElementReference" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="Channel" use="optional">
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="Control"/>
       
<xs:enumeration value="MOST-High"/>
       
<xs:enumeration value="Ethernet"/>
       
<xs:enumeration value="Other"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
</xs:complexType>

attribute OPType/@Channel
type restriction of xs:string
properties
use optional
facets
Kind Value Annotation
enumeration Control
enumeration MOST-High
enumeration Ethernet
enumeration Other
source <xs:attribute name="Channel" use="optional">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Control"/>
     
<xs:enumeration value="MOST-High"/>
     
<xs:enumeration value="Ethernet"/>
     
<xs:enumeration value="Other"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element OPType/ParameterReference
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p91.png
namespace http://www.mostcooperation.com
type DataElementReference
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  required      
source <xs:element name="ParameterReference" type="DataElementReference" minOccurs="0" maxOccurs="unbounded"/>