<xs:attribute name = "name" type = "xs:string" default = "minde"
fixed = "fixed_value" form = "qualified" use "optional" >
<xs:annotation >
<xs:documentation >name attribute
documentation</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name = "address" fixed = "fixed_value" form =
"qualified" use = "optional" >
<xs:annotation >
<xs:documentation >surname attribute
documentation‹/xs:documentation>
</xs:annotation>
<xs:simpleType >
<xs:restriction base = "xs:string" />
‹/xs:simpleType>
</xs:attribute>
<xs:attribute name = "surname" type "xs:string" />
<xs:attributeGroup name = "attr_group" >
<xs:attribute ref "nm:name" >
<xs:annotation >
<xs:documentation >reference
documentation</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute ref = "nm:surname" />
</xs:attributeGroup>
</xs:schema>