diagram | ||||||||||||||||
namespace | http://www.harctoolbox.org/Girr | |||||||||||||||
properties |
|
|||||||||||||||
children | notes parameter | |||||||||||||||
used by |
|
|||||||||||||||
attributes |
|
|||||||||||||||
identity constraints |
|
|||||||||||||||
source | <xs:element name="parameters"> <xs:complexType> <xs:sequence> <xs:element ref="notes" minOccurs="0"/> <xs:element ref="parameter" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="protocol" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Protocol name as known to e.g. IrpMaster.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:unique name="uniqueLangInNotesInParameters"> <xs:selector xpath="notes"/> <xs:field xpath="@xml:lang"/> </xs:unique> <xs:unique name="uniqueNamesInParameters"> <xs:selector xpath="parameter"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
type | xs:string | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="protocol" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Protocol name as known to e.g. IrpMaster.</xs:documentation> </xs:annotation> </xs:attribute> |