diagram | ![]() |
||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||
children | ParameterReference | ||||||||||||
used by | |||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
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> |
type | restriction of xs:string | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
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> |
diagram | ![]() |
||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||
type | DataElementReference | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="ParameterReference" type="DataElementReference" minOccurs="0" maxOccurs="unbounded"/> |