5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
10 lines
300 B
Plaintext
10 lines
300 B
Plaintext
<xs:schema
|
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
>
|
|
|
|
<xs:attributeGroup name="AttrGroup">
|
|
<xs:attribute name="attr1" type="xs:string"/>
|
|
<xs:attribute name="attr2" type="xs:int"/>
|
|
<xs:attribute name="attr3" type="xs:string"/>
|
|
</xs:attributeGroup>
|
|
</xs:schema> |