aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/binary/cdr/library.xsd
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-04-11 15:07:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-04-11 15:07:23 +0200
commit45c31a649ea6c334577bca293350affdfdc819c2 (patch)
tree2903f6f5f445f8c70a4fb81e5d0f632d86f03a87 /examples/cxx/hybrid/binary/cdr/library.xsd
parent05fd4edde31f67ff13c0a92372e5d9baa4fb2d5d (diff)
Add a default value to the 'available' attribute
Diffstat (limited to 'examples/cxx/hybrid/binary/cdr/library.xsd')
-rw-r--r--examples/cxx/hybrid/binary/cdr/library.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/hybrid/binary/cdr/library.xsd b/examples/cxx/hybrid/binary/cdr/library.xsd
index 0b0d9d1..3e989c1 100644
--- a/examples/cxx/hybrid/binary/cdr/library.xsd
+++ b/examples/cxx/hybrid/binary/cdr/library.xsd
@@ -53,7 +53,7 @@ copyright : not copyrighted - public domain
<xsd:element name="genre" type="lib:genre"/>
<xsd:element name="author" type="lib:author" maxOccurs="unbounded"/>
</xsd:sequence>
- <xsd:attribute name="available" type="xsd:boolean" use="required"/>
+ <xsd:attribute name="available" type="xsd:boolean" default="true"/>
</xsd:complexType>