Schema bimoM.v1
Schema bimoM.v1 : Typ prosty criterionTypeEnum
Typ prosty criterionTypeEnum
Opis
Rodzaj warunku
Słownik rozdajów warunków filtrowania.
Przestrzeń nazw http://api.big.pl/bimoM/v1
Typ
Restriction of xs:string
Diagram
Typ prosty criterionTypeEnum
Przegląd
criterionTypeEnum Restriction of xs:string
Rodzaj warunku
Słownik rozdajów warunków filtrowania.
Dozwolone wartości
Enumerationinclusive
Warunek typu obejmującego. Zwrócone zostaną obiekty spełniające postawione kryteria.
Enumerationexclusive
Warunek wyłączający (ekskluzywny). Zwrócone zostaną obiekty niespełniające postawionych kryteriów.
Źródło
<xs:simpleType name="criterionTypeEnum" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Rodzaj warunku</div>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Słownik rozdajów warunków filtrowania.</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="inclusive">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Warunek typu obejmującego. Zwrócone zostaną obiekty spełniające postawione kryteria.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="exclusive">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Warunek wyłączający (ekskluzywny). Zwrócone zostaną obiekty niespełniające postawionych kryteriów.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Zobacz także