Add 'persistent' as valid attribute of related (#4771)

This commit is contained in:
SlightlyCircuitous
2023-03-09 20:36:17 -05:00
committed by GitHub
parent 55a2f75d16
commit cab5f29b57

View File

@@ -5,6 +5,7 @@
<xs:attribute type="xs:string" name="count" use="optional" />
<xs:attribute type="xs:string" name="exclude" use="optional" />
<xs:attribute type="xs:string" name="attach" use="optional" />
<xs:attribute type="xs:string" name="persistent" use="optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>