<xschema:attributeGroup>
</xschema:attributeGroup>
L'élément attributeGroup possède les attributs suivants :
Attribut. | Obligatoire. | Sémantique. |
id | Non. | Identifiant du groupe d'attributs. |
name | Non. | Nom du groupe d'attributs. |
ref | Non. | Groupe d'attributs global référencé. |
Le groupe d'attributs est soit :
<-- Definition d'un groupe d'attributs-->
<xschema:attributeGroup name=""MesAttributs">
<xschema:attribute name="Nom" type="xschema:string"/>
<xschema:attribute name="Salaire" type="xschema:double"/>
<xschema:attribute name="DateEmbauche" type="xschema:dateTime"/>
</xschema:attributeGroup>
<-- Definition d'un type complexe comportant que des attributs. -->
<xschema:complexType name="TypeNomPrenom">
<xschema:attributeGroup ref="MesAttributs"
</xschema:complexType>