|
@@ -52,12 +52,25 @@
|
|
]]></xsd:documentation>
|
|
]]></xsd:documentation>
|
|
</xsd:annotation>
|
|
</xsd:annotation>
|
|
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
|
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
|
|
|
+ <xsd:element name="group-sequence" type="group-sequence" minOccurs="0" maxOccurs="1" />
|
|
<xsd:element name="constraint" type="constraint" minOccurs="0" maxOccurs="unbounded" />
|
|
<xsd:element name="constraint" type="constraint" minOccurs="0" maxOccurs="unbounded" />
|
|
<xsd:element name="property" type="property" minOccurs="0" maxOccurs="unbounded" />
|
|
<xsd:element name="property" type="property" minOccurs="0" maxOccurs="unbounded" />
|
|
<xsd:element name="getter" type="getter" minOccurs="0" maxOccurs="unbounded" />
|
|
<xsd:element name="getter" type="getter" minOccurs="0" maxOccurs="unbounded" />
|
|
</xsd:choice>
|
|
</xsd:choice>
|
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
</xsd:complexType>
|
|
</xsd:complexType>
|
|
|
|
+
|
|
|
|
+ <xsd:complexType name="group-sequence">
|
|
|
|
+ <xsd:annotation>
|
|
|
|
+ <xsd:documentation><![CDATA[
|
|
|
|
+ Contains the group sequence of a class. Each group should be written
|
|
|
|
+ into a "value" tag.
|
|
|
|
+ ]]></xsd:documentation>
|
|
|
|
+ </xsd:annotation>
|
|
|
|
+ <xsd:sequence>
|
|
|
|
+ <xsd:element name="value" type="value" minOccurs="1" maxOccurs="unbounded" />
|
|
|
|
+ </xsd:sequence>
|
|
|
|
+ </xsd:complexType>
|
|
|
|
|
|
<xsd:complexType name="property">
|
|
<xsd:complexType name="property">
|
|
<xsd:annotation>
|
|
<xsd:annotation>
|