|
@@ -51,11 +51,11 @@
|
|
definitions.
|
|
definitions.
|
|
]]></xsd:documentation>
|
|
]]></xsd:documentation>
|
|
</xsd:annotation>
|
|
</xsd:annotation>
|
|
- <xsd:sequence>
|
|
|
|
|
|
+ <xsd:choice minOccurs="0" maxOccurs="unbounded">
|
|
<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:sequence>
|
|
|
|
|
|
+ </xsd:choice>
|
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
</xsd:complexType>
|
|
</xsd:complexType>
|
|
|
|
|
|
@@ -135,4 +135,4 @@
|
|
</xsd:choice>
|
|
</xsd:choice>
|
|
<xsd:attribute name="key" type="xsd:string" use="optional" />
|
|
<xsd:attribute name="key" type="xsd:string" use="optional" />
|
|
</xsd:complexType>
|
|
</xsd:complexType>
|
|
-</xsd:schema>
|
|
|
|
|
|
+</xsd:schema>
|