5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
16 lines
586 B
XML
16 lines
586 B
XML
<xsd:schema
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns="http://xbean/scomp/attribute/GlobalAttrDefault"
|
|
targetNamespace="http://xbean/scomp/attribute/GlobalAttrDefault"
|
|
>
|
|
|
|
<xsd:attribute name="testattribute" type="xsd:string" default="XBeanAttr"/>
|
|
<xsd:attribute name="testattributeInt" type="xsd:integer" default="1"/>
|
|
|
|
<xsd:complexType name="GlobalAttrDefaultT">
|
|
<xsd:attribute ref="testattribute" />
|
|
<xsd:attribute ref="testattributeInt" />
|
|
</xsd:complexType>
|
|
|
|
<xsd:element name="GlobalAttrDefaultDoc" type="GlobalAttrDefaultT"/>
|
|
</xsd:schema> |