Schema bimoR.v1
Schema bimoR.v1 : Typ złożony ReportComponent
Typ złożony ReportComponent
Opis
Komponent raportu
Typ reprezentujący komponent (produkt elementarny), wchodzących w skład raportu BIG InfoMonitor. Protokół bimo pozwala na zamówienie komponentów z zamkniętej listy dostępnych w BIG IM. Komponenty raportów są opisane w rozdziale Produkty.
Przestrzeń nazw http://api.big.pl/bimoR/v1
Diagram
Element data Grupa componentAttributes Sequence Typ złożony ReportComponent
Przegląd
ReportComponent
Komponent raportu
Typ reprezentujący komponent (produkt elementarny), wchodzących w skład raportu BIG InfoMonitor. Protokół bimo pozwala na zamówienie komponentów z zamkniętej listy dostępnych w BIG IM. Komponenty raportów są opisane w rozdziale Produkty.
Sequence
componentAttributes
Grupa standardowych atrybutów komponentu raportu (produktu elementarnego).
data optional Typ złożony ComponentData
Dane komponentu
Dane zwrócone w wyniku przetworzenia komponentu
externalResponseId optional Typ prosty string32
Identyfikator odpowiedzi systemu zewnętrznego
Identyfikator odpowiedzi systemu zewnętrznego, z której pochodzą dane ujawniane w komponencie raportu BIG InfoMonitor.
Używany przez
Źródło
<xs:complexType name="ReportComponent" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Komponent raportu</div>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Typ reprezentujący komponent (produkt elementarny), wchodzących w skład raportu BIG InfoMonitor. Protokół bimo pozwala na zamówienie komponentów z zamkniętej listy dostępnych w BIG IM. Komponenty raportów są opisane w rozdziale Produkty.</div>
    </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:group ref="br:componentAttributes">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Grupa atrybutów komponentu raportu.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:group>
    <xs:element name="data" type="br:ComponentData" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Dane komponentu</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Dane zwrócone w wyniku przetworzenia komponentu</div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Zobacz także