http://www.cfcal-banque.fr/objets/SuiviDossier/1.0
http://www.cfcal-banque.fr/objets/SuiviDossier/1.0 / EtatDossierDePretEtape Simple Type
Dans cette rubrique
    EtatDossierDePretEtape Simple Type
    Dans cette rubrique
    Description
    Type d'étape du Workflow de traitement
    Espace de noms http://www.cfcal-banque.fr/objets/SuiviDossier/1.0
    Type
    Restriction of xs:string
    Diagramme
    EtatDossierDePretEtape Simple Type
    Overview
    EtatDossierDePretEtape Restriction of xs:string
    Type d'étape du Workflow de traitement
    Facettes
    EnumerationEnAttente
    EnumerationRealise
    EnumerationRefuse
    Source
    <xs:simpleType name="EtatDossierDePretEtape" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation xml:lang="fr-FR">Type d'étape du Workflow de traitement</xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:string">
        <xs:enumeration value="EnAttente">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Realise">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Refuse">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
    Voir aussi