Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element TListeExport / champ
Namespace No namespace
Diagram
Diagram conf-metier35.tmp#id133 conf-metier35.tmp#id135 conf-metier35.tmp#id136 conf-metier35.tmp#id137 conf-metier35.tmp#id138 conf-metier35.tmp#id139 conf-metier35.tmp#id140 conf-metier35.tmp#id141 conf-metier35.tmp#id142 conf-metier35.tmp#id143 conf-metier35.tmp#id131 conf-metier35.tmp#id132 conf-metier35.tmp#id130
Type TChamp
Properties
content: complex
minOccurs: 1
maxOccurs: unbounded
Model help{0,1} , valeur
Children help, valeur
Instance
<champ affichable="" aggregate="" checked="" datatype="" date-format="" default-display="" exportable="" id="" identifiant="" libelle="">
  <help>{0,1}</help>
  <valeur>{1,1}</valeur>
</champ>
Attributes
QName Type Fixed Default Use Annotation
affichable xs:boolean optional
Indique si le champs peut �tre affich� ou non.
aggregate xs:boolean optional
Permet d'indiquer si on peut faire des opération d'aggrégation (somme, moyenne, etc...) sur ce champ. Par défaut, vaut false
checked xs:boolean optional
datatype TDatatype optional
date-format xs:string optional
Dans le cas où le datatype est date, permet de spécifier le format à utiliser en affichage dans le résultat de recherche. La spécification du format doit respecter la convention donnée pour java.text.SimpleDateFormat
default-display xs:boolean optional
exportable xs:boolean optional
Indique si le champs peut �tre export� ou non.
id xs:ID required
Identifiant unique du champ pour l'element. Cet identifiant est utilise pour le tri par defaut
identifiant xs:boolean optional
Indique si le champs est consid�r� comme faisant parti de la clef primaire de l'�l�ment auquel il appartient.
libelle required
Source
<xs:element name="champ" type="TChamp" minOccurs="1" maxOccurs="unbounded"/>
Complex Type TListeExport
Namespace No namespace
Diagram
Diagram conf-metier34.tmp#id214
Used by
Model champ+
Children champ
Source
<xs:complexType name="TListeExport">
  <xs:sequence>
    <xs:element name="champ" type="TChamp" minOccurs="1" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>