Skip to content

Commit

Permalink
more displaynames for items displyaed in GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Apr 7, 2020
1 parent c875f6f commit 95d5a2c
Showing 1 changed file with 12 additions and 0 deletions.
Expand Up @@ -14046,6 +14046,9 @@
trigger. This is usually approver or owner.
If not specified then any relation is accepted.
</xsd:documentation>
<xsd:appinfo>
<a:displayName>RoleRelationObjectSpecificationType.subjectRelation</a:displayName>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="objectRelation" minOccurs="0" maxOccurs="1" type="xsd:QName">
Expand All @@ -14055,6 +14058,9 @@
trigger. This is usually default relation (member).
If not specified then any relation is accepted.
</xsd:documentation>
<xsd:appinfo>
<a:displayName>RoleRelationObjectSpecificationType.objectRelation</a:displayName>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="includeMembers" type="xsd:boolean" minOccurs="0" maxOccurs="1" default="true">
Expand All @@ -14065,6 +14071,9 @@
If set to false then the members of reference role is excluded from the scope
(objectRelation is not used in this case).
</xsd:documentation>
<xsd:appinfo>
<a:displayName>RoleRelationObjectSpecificationType.includeMembers</a:displayName>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="includeReferenceRole" type="xsd:boolean" minOccurs="0" maxOccurs="1" default="false">
Expand All @@ -14074,6 +14083,9 @@
in the scope.
If set to false then the reference role is excluded from the scope.
</xsd:documentation>
<xsd:appinfo>
<a:displayName>RoleRelationObjectSpecificationType.includeReferenceRole</a:displayName>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
Expand Down

0 comments on commit 95d5a2c

Please sign in to comment.