diff options
Diffstat (limited to 'src/compound.xsd')
-rw-r--r-- | src/compound.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compound.xsd b/src/compound.xsd index e737939..627fab5 100644 --- a/src/compound.xsd +++ b/src/compound.xsd @@ -122,6 +122,7 @@ <xsd:element name="name" /> <xsd:element name="read" minOccurs="0" /> <xsd:element name="write" minOccurs="0" /> + <xsd:element name="bitfield" minOccurs="0" /> <xsd:element name="reimplements" type="reimplementType" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="reimplementedby" type="reimplementType" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="param" type="paramType" minOccurs="0" maxOccurs="unbounded" /> |