|
@@ -29,8 +29,7 @@ people to push their own additional attributes/elements into the same field elem
|
|
|
<xs:element name="soft-deleteable" type="gedmo:soft-deleteable"/>
|
|
|
<!-- field -->
|
|
|
<xs:element name="slug" type="gedmo:slug"/>
|
|
|
- <xs:element name="translatable" type="gedmo:emptyType"/>
|
|
|
- <xs:element name="nofallback" type="gedmo:emptyType"/>
|
|
|
+ <xs:element name="translatable" type="gedmo:translatable"/>
|
|
|
<xs:element name="timestampable" type="gedmo:timestampable"/>
|
|
|
<xs:element name="versioned" type="gedmo:emptyType"/>
|
|
|
<xs:element name="tree-left" type="gedmo:emptyType"/>
|
|
@@ -100,6 +99,10 @@ people to push their own additional attributes/elements into the same field elem
|
|
|
<xs:attribute name="value" type="xs:string" use="optional" />
|
|
|
</xs:complexType>
|
|
|
|
|
|
+ <xs:complexType name="translatable">
|
|
|
+ <xs:attribute name="fallback" type="xs:boolean" use="optional" />
|
|
|
+ </xs:complexType>
|
|
|
+
|
|
|
<xs:complexType name="emptyType">
|
|
|
</xs:complexType>
|
|
|
|