| diagram | ![]() |
||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||
| children | notes parameters command | ||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||
| identity constraints |
|
||||||||||||||||||||||||||||||
| source | <xs:element name="commandSet"> <xs:complexType> <xs:sequence> <xs:element ref="notes" minOccurs="0"/> <xs:element ref="parameters" minOccurs="0"/> <xs:element ref="command" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute ref="display-name"/> <xs:attribute ref="name"/> <xs:attribute ref="comment"/> </xs:complexType> <xs:unique name="uniqueLangInNotesInCommandSet"> <xs:selector xpath="notes"/> <xs:field xpath="@lang"/> </xs:unique> </xs:element> |