-
Notifications
You must be signed in to change notification settings - Fork 2
add meta/dashlets (used by ITSM Designer) #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| <xs:attribute name="id" type="xs:string" use="required" /> | ||
| <xs:attributeGroup ref="alteredNode" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <xs:attribute name="id" type="xs:string" use="required" /> | |
| <xs:attributeGroup ref="alteredNode" /> | |
| <xs:attributeGroup ref="alteredIdNode" /> |
| <xs:element name="label" type="xs:string" minOccurs="0" /> | ||
| <xs:element name="icon" type="xs:string" minOccurs="0" /> | ||
| <xs:element name="description" type="xs:string" minOccurs="0" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think by default all elements should be alterable..
| <xs:element name="label" type="xs:string" minOccurs="0" /> | |
| <xs:element name="icon" type="xs:string" minOccurs="0" /> | |
| <xs:element name="description" type="xs:string" minOccurs="0" /> | |
| <xs:element name="label" type="alteredString" minOccurs="0" /> | |
| <xs:element name="icon" type="alteredString" minOccurs="0" /> | |
| <xs:element name="description" type="alteredString" minOccurs="0" /> |
| <xs:element name="configuration"> | ||
| <xs:complexType> | ||
| <xs:choice maxOccurs="unbounded"> | ||
| <xs:any processContents="lax" /> | ||
| </xs:choice> | ||
| </xs:complexType> | ||
| </xs:element> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <xs:element name="configuration"> | |
| <xs:complexType> | |
| <xs:choice maxOccurs="unbounded"> | |
| <xs:any processContents="lax" /> | |
| </xs:choice> | |
| </xs:complexType> | |
| </xs:element> | |
| <xs:element name="configuration"> | |
| <xs:complexType> | |
| <xs:choice maxOccurs="unbounded"> | |
| <xs:any processContents="lax" /> | |
| </xs:choice> | |
| <xs:attributeGroup ref="alteredNode" /> </xs:complexType> | |
| </xs:element> |
No description provided.