Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #14 from reyostallenberg/cascade
Browse files Browse the repository at this point in the history
Allow cascade attributes
  • Loading branch information
niels-nijens committed Mar 20, 2017
2 parents 7e1e128 + 4180586 commit 83368c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Resources/xsd/flexmodel.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
<xs:attribute name='object' type='xs:string' use='required'/>
<xs:attribute name='field' type='xs:string' use='required'/>
<xs:attribute name='type' type='xs:string' use='optional'/>
<xs:attribute name='cascade-persist' type='xs:string' use='optional'/>
<xs:attribute name='cascade-remove' type='xs:string' use='optional'/>
<xs:attribute name='cascade-merge' type='xs:string' use='optional'/>
<xs:attribute name='cascade-detach' type='xs:string' use='optional'/>
<xs:attribute name='cascade-all' type='xs:string' use='optional'/>
</xs:complexType>

<!--
Expand Down

0 comments on commit 83368c1

Please sign in to comment.