summaryrefslogtreecommitdiffstats
path: root/src/compound_xsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compound_xsd.h')
-rw-r--r--src/compound_xsd.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/compound_xsd.h b/src/compound_xsd.h
index 47de4d3..a4deb0b 100644
--- a/src/compound_xsd.h
+++ b/src/compound_xsd.h
@@ -163,6 +163,11 @@
" <xsd:attribute name=\"add\" type=\"DoxBool\" use=\"optional\"/>\n"
" <xsd:attribute name=\"remove\" type=\"DoxBool\" use=\"optional\"/>\n"
" <xsd:attribute name=\"raise\" type=\"DoxBool\" use=\"optional\"/>\n"
+" <!-- Objective-C 2.0 protocol method -->\n"
+" <xsd:attribute name=\"optional\" type=\"DoxBool\" use=\"optional\"/>\n"
+" <xsd:attribute name=\"required\" type=\"DoxBool\" use=\"optional\"/>\n"
+" <!-- Objective-C 2.0 property accessor -->\n"
+" <xsd:attribute name=\"accessor\" type=\"DoxAccessor\" use=\"optional\"/>\n"
" </xsd:complexType>\n"
"\n"
" <xsd:complexType name=\"descriptionType\" mixed=\"true\">\n"
@@ -793,5 +798,13 @@
" </xsd:restriction>\n"
" </xsd:simpleType>\n"
"\n"
+" <xsd:simpleType name=\"DoxAccessor\">\n"
+" <xsd:restriction base=\"xsd:string\">\n"
+" <xsd:enumeration value=\"retain\"/>\n"
+" <xsd:enumeration value=\"copy\"/>\n"
+" <xsd:enumeration value=\"assign\"/>\n"
+" </xsd:restriction>\n"
+" </xsd:simpleType>\n"
+"\n"
"</xsd:schema>\n"
"\n"