Schema bimoS.v1
Schema bimoS.v1 : Typ prosty orderStatusEnum
Typ prosty orderStatusEnum
Opis
Statusy zlecenia
Słownik statusów zlecenia
Przestrzeń nazw http://api.big.pl/bimoS/v1
Typ
Restriction of xs:string
Diagram
Typ prosty orderStatusEnum
Przegląd
orderStatusEnum Restriction of xs:string
Statusy zlecenia
Słownik statusów zlecenia
Dozwolone wartości
Enumerationpending
Nowe
Nowe zlecenie. Niepodjęte do realizacji
Enumerationstarted
Przetwarzane
Zlecenie w trakcie przetwarzania
Enumerationcanceled
Anulowane
Zlecenie anulowane
Enumerationfailed
Błąd
Błąd przetwarzania zlecenia
Enumerationprocessed
Przetworzone
Zlecenie przetworzone. Dostępny plik z rezultatem.
Źródło
<xs:simpleType name="orderStatusEnum" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Statusy zlecenia</div>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Słownik statusów zlecenia</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="pending">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Nowe</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Nowe zlecenie. Niepodjęte do realizacji</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="started">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Przetwarzane</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Zlecenie w trakcie przetwarzania</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="canceled">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Anulowane</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Zlecenie anulowane</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="failed">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Błąd</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Błąd przetwarzania zlecenia</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="processed">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Przetworzone</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Zlecenie przetworzone. Dostępny plik z rezultatem.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Zobacz także