Skip to content

Commit

Permalink
add read only attribute (ro) to schema
Browse files Browse the repository at this point in the history
Signed-off-by: Blair Steven <[email protected]>
  • Loading branch information
carlgsmith authored and blairsteven committed Feb 23, 2015
1 parent 17709bc commit 6aae1ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apteryx.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<xs:attribute name="value" type="xs:string" use="optional" />
<xs:attribute name="help" type="xs:string" use="optional" />
<xs:attribute name="hidden" type="xs:boolean" use="optional" />
<xs:attribute name="ro" type="xs:boolean" use="optional" />
</xs:complexType>
</xs:element>
<xs:element name="MODULE">
Expand Down

0 comments on commit 6aae1ad

Please sign in to comment.