poi/xmlbeans/test/cases/xbean/scomp/redefine/BaseAttrGroup.xs
2018-02-16 22:41:27 +00:00

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>