attributeGroup

Instruction Xml Schema. Définition d'un groupe d'attributs.

Syntaxe

<xschema:attributeGroup>
</xschema:attributeGroup>

Description

L'élément attributeGroup permet de définir un groupe d'attributs. Soit tous les attributs sont présents dans une balise ou soit aucun n'est présent.

L'élément attributeGroup possède les attributs suivants :

Attribut.Obligatoire.Sémantique.
idNon.Identifiant du groupe d'attributs.
nameNon.Nom du groupe d'attributs.
refNon.Groupe d'attributs global référencé.

Le groupe d'attributs est soit :

Exemple

<-- Definition d'un groupe d'attributs-->
<xschema:attributeGroup name=""MesAttributs"> </xschema:attributeGroup>

<-- Definition d'un type complexe comportant que des attributs. -->
<xschema:complexType name="TypeNomPrenom">
</xschema:complexType>

Voir aussi

attribute pour définir un attribut. group pour définir un groupe d'éléments.