diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | notes parameters raw ccf format | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="command"> <xs:annotation> <xs:documentation>A command is essentially an IR signal with a name.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence minOccurs="0"> <xs:element ref="notes" minOccurs="0"/> <xs:element ref="parameters" minOccurs="0"/> <xs:element ref="raw" minOccurs="0"/> <xs:element ref="ccf" minOccurs="0"/> <xs:element ref="format" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="F" type="xs:nonNegativeInteger"> <xs:annotation> <xs:documentation>Value of the F parameter for the current command in the current protocol (if applicable).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute ref="display-name" use="optional"/> <xs:attributeGroup ref="nameAttributes"/> <xs:attribute name="master" type="masterEnum" use="optional" default="raw"/> <xs:attributeGroup ref="title"/> <xs:attributeGroup ref="girrVersion"/> <!--xs:attribute name="application-id" type="xs:anySimpleType"/--> </xs:complexType> <xs:unique name="uniqueLangsInNotesInCommands"> <xs:selector xpath="notes"/> <xs:field xpath="@xml:lang"/> </xs:unique> </xs:element> |
type | xs:nonNegativeInteger | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="F" type="xs:nonNegativeInteger"> <xs:annotation> <xs:documentation>Value of the F parameter for the current command in the current protocol (if applicable).</xs:documentation> </xs:annotation> </xs:attribute> |
type | masterEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="master" type="masterEnum" use="optional" default="raw"/> |