Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element TEnvironment / variable
Namespace No namespace
Diagram
Diagram conf-metier1.tmp#id117 conf-metier1.tmp#id118 conf-metier1.tmp#id119 conf-metier1.tmp#id90 conf-metier1.tmp#id91 conf-metier1.tmp#id93 conf-metier1.tmp#id95
Properties
content: complex
maxOccurs: unbounded
Model libelle , reference{0,1} , (input | select)
Children input, libelle, reference, select
Instance
<variable domain="" name="" type="">
  <libelle>{1,1}</libelle>
  <reference name="">{0,1}</reference>
</variable>
Attributes
QName Type Fixed Default Use Annotation
domain restriction of xs:string optional
name xs:string optional
type restriction of xs:string optional
Source
<xs:element name="variable" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="libelle" type="xs:string"/>
      <xs:element name="reference" minOccurs="0" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>references an existing variable or configuration. See http://projets.admisource.gouv.fr/xemelios/technical/environment for further details.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="name" type="xs:string"/>
        </xs:complexType>
      </xs:element>
      <xs:choice minOccurs="0">
        <xs:element name="input">
          <xs:complexType>
            <xs:attribute name="id" type="xs:string"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="select" type="TSelect"/>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="name" type="xs:string"/>
    <xs:attribute name="type">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="integer"/>
          <xs:enumeration value="boolean"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="domain">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="documents"/>
          <xs:enumeration value="element"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element variable / TEnvironment / libelle
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="libelle" type="xs:string"/>
Element variable / TEnvironment / reference
Namespace No namespace
Annotations
references an existing variable or configuration. See http://projets.admisource.gouv.fr/xemelios/technical/environment for further details.
Diagram
Diagram conf-metier1.tmp#id92
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
name xs:string optional
Source
<xs:element name="reference" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>references an existing variable or configuration. See http://projets.admisource.gouv.fr/xemelios/technical/environment for further details.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="name" type="xs:string"/>
  </xs:complexType>
</xs:element>
Element variable / TEnvironment / input
Namespace No namespace
Diagram
Diagram conf-metier1.tmp#id94
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
id xs:string optional
Source
<xs:element name="input">
  <xs:complexType>
    <xs:attribute name="id" type="xs:string"/>
  </xs:complexType>
</xs:element>
Element variable / TEnvironment / select
Namespace No namespace
Diagram
Diagram conf-metier26.tmp#id114 conf-metier26.tmp#id115 conf-metier26.tmp#id116 conf-metier26.tmp#id97 conf-metier26.tmp#id98 conf-metier26.tmp#id99 conf-metier26.tmp#id108 conf-metier26.tmp#id111 conf-metier26.tmp#id96
Type TSelect
Properties
content: complex
Model help{0,1} , (recherche-paire | special-key-entry | option+ | resource-ref+)
Children help, option, recherche-paire, resource-ref, special-key-entry
Instance
<select id="" libelle="" sort="">
  <help>{0,1}</help>
</select>
Attributes
QName Type Fixed Default Use Annotation
id xs:NCName required
libelle xs:NCName optional
sort xs:NCName optional
Source
<xs:element name="select" type="TSelect"/>
Complex Type TEnvironment
Namespace No namespace
Diagram
Diagram conf-metier1.tmp#id89
Used by
Model variable+
Children variable
Source
<xs:complexType name="TEnvironment">
  <xs:sequence>
    <xs:element name="variable" maxOccurs="unbounded">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="libelle" type="xs:string"/>
          <xs:element name="reference" minOccurs="0" maxOccurs="1">
            <xs:annotation>
              <xs:documentation>references an existing variable or configuration. See http://projets.admisource.gouv.fr/xemelios/technical/environment for further details.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="name" type="xs:string"/>
            </xs:complexType>
          </xs:element>
          <xs:choice minOccurs="0">
            <xs:element name="input">
              <xs:complexType>
                <xs:attribute name="id" type="xs:string"/>
              </xs:complexType>
            </xs:element>
            <xs:element name="select" type="TSelect"/>
          </xs:choice>
        </xs:sequence>
        <xs:attribute name="name" type="xs:string"/>
        <xs:attribute name="type">
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:enumeration value="integer"/>
              <xs:enumeration value="boolean"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="domain">
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:enumeration value="documents"/>
              <xs:enumeration value="element"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Attribute reference / variable / TEnvironment / @name
Namespace No namespace
Type xs:string
Properties
content: simple
Used by
Source
<xs:attribute name="name" type="xs:string"/>
Attribute input / variable / TEnvironment / @id
Namespace No namespace
Type xs:string
Properties
content: simple
Used by
Source
<xs:attribute name="id" type="xs:string"/>
Attribute variable / TEnvironment / @name
Namespace No namespace
Type xs:string
Properties
content: simple
Used by
Source
<xs:attribute name="name" type="xs:string"/>
Attribute variable / TEnvironment / @type
Namespace No namespace
Type restriction of xs:string
Properties
content: simple
Facets
enumeration integer
enumeration boolean
Used by
Source
<xs:attribute name="type">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="integer"/>
      <xs:enumeration value="boolean"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute variable / TEnvironment / @domain
Namespace No namespace
Type restriction of xs:string
Properties
content: simple
Facets
enumeration documents
enumeration element
Used by
Source
<xs:attribute name="domain">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="documents"/>
      <xs:enumeration value="element"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>