simpleType MethodClass
namespace http://www.mostcooperation.com
type restriction of xs:string
properties
base xs:string
used by
attribute Method/@Class
facets
Kind Value Annotation
enumeration Trigger Method
enumeration Sequence Method
enumeration Unclassified Method
annotation
documentation
Defines the function classes for methods.
source <xs:simpleType name="MethodClass">
 
<xs:annotation>
   
<xs:documentation>Defines the function classes for methods.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="Trigger Method"/>
   
<xs:enumeration value="Sequence Method"/>
   
<xs:enumeration value="Unclassified Method"/>
 
</xs:restriction>
</xs:simpleType>