initial
This commit is contained in:
@@ -43,7 +43,15 @@
|
||||
<xs:attribute name="Name" type="xs:string" use="optional" />
|
||||
<xs:attribute name="Title" type="xs:string" use="optional" />
|
||||
<xs:attribute name="Description" type="xs:string" use="optional" />
|
||||
</xs:complexType>
|
||||
<!-- visibility controlling attributes -->
|
||||
<xs:attribute name="Hidden" type="xs:boolean" use="optional" default="false"/>
|
||||
<xs:attribute name="IsVisibleByParameter" type="xs:string" use="optional" />
|
||||
<xs:attribute name="RequiredRoles" use="optional">
|
||||
<xs:simpleType>
|
||||
<xs:list itemType="xs:NCName" />
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
<xs:complexType name="MultiLanguageEntry">
|
||||
|
||||
Reference in New Issue
Block a user