Skip to content

Commit

Permalink
Custom form authorization properties (MID-3900)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed May 9, 2017
1 parent 8994d7f commit 4bbabb6
Showing 1 changed file with 33 additions and 0 deletions.
Expand Up @@ -14548,6 +14548,16 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="authorization" type="tns:FormAuthorizationType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Setting that influence how authorizations are used to display
and evaluate the form. E.g. this can influence which form fields
should be displayed as raed-only or read-write or not displayed
at all.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="formItems" type="tns:FormItemsType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Expand All @@ -14557,6 +14567,29 @@
</xsd:element>
</xsd:sequence>
</xsd:complexType>

<xsd:complexType name="FormAuthorizationType">
<xsd:annotation>
<xsd:documentation>
Setting that influence how authorizations are used to display
and evaluate the form. E.g. this can influence which form fields
should be displayed as raed-only or read-write or not displayed
at all.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="phase" type="tns:AuthorizationPhaseType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Authorization phase for which the form should be evaluated.
If not specified then the phase which is naturally appropriate
for the place where the form is displayed is used. This
usually means "request" phase.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>

<xsd:complexType name="FormItemsType">
<xsd:sequence>
Expand Down

0 comments on commit 4bbabb6

Please sign in to comment.