Add a type for the class FQCN
This commit is contained in:
parent
f537eb2915
commit
b43325760d
@ -419,9 +419,16 @@
|
|||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
|
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
<xs:attribute name="class" type="xs:string" use="required" />
|
<xs:attribute name="class" type="orm:fqcn" use="required" />
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
|
|
||||||
|
<xs:simpleType name="fqcn" id="fqcn">
|
||||||
|
<xs:restriction base="xs:token">
|
||||||
|
<xs:pattern value="[a-zA-Z_u01-uff][a-zA-Z0-9_u01-uff]+" id="fqcn.pattern">
|
||||||
|
</xs:pattern>
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
|
||||||
<xs:complexType name="inverse-join-columns">
|
<xs:complexType name="inverse-join-columns">
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="join-column" type="orm:join-column" minOccurs="1" maxOccurs="unbounded" />
|
<xs:element name="join-column" type="orm:join-column" minOccurs="1" maxOccurs="unbounded" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user