Schema bimoCommon.v1
Schema bimoCommon.v1 : Typ złożony PartlyConcatenatedName
Typ złożony PartlyConcatenatedName
Opis
Niezagregowane dane dotyczące imienia i nazwiska
Typ służący do definiowania niezagregowanych imion oraz nazwisk.
Przestrzeń nazw http://api.big.pl/bimo/v1
Diagram
Element fullSurname Element fullForename Sequence Typ złożony PartlyConcatenatedName
Przegląd
PartlyConcatenatedName
Niezagregowane dane dotyczące imienia i nazwiska
Typ służący do definiowania niezagregowanych imion oraz nazwisk.
Sequence
fullForename Typ prosty string40
Zagregowane dane o imionach
Imię i drugie imię
fullSurname Typ prosty string50
Zagregowane dane o nazwiskach
Przedrostek nazwiska, nazwisko, przedrostek do drugiego członu nazwiska, drugi człon nazwiska
Powiązane reguły walidacji:

Identyfikator Opis
GR9 Przekazane imię i nazwisko musi mieć przynajmniej dwa znaki.
Używany przez
Źródło
<xs:complexType name="PartlyConcatenatedName" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Niezagregowane dane dotyczące imienia i nazwiska</div>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Typ służący do definiowania niezagregowanych imion oraz nazwisk.</div>
    </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="fullForename" type="bc:string40">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Zagregowane dane o imionach</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Imię i drugie imię</div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="fullSurname" type="bc:string50">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Zagregowane dane o nazwiskach</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Przedrostek nazwiska, nazwisko, przedrostek do drugiego członu nazwiska, drugi człon nazwiska</div>
          <div class="reguly pl-PL" xmlns="http://www.w3.org/1999/xhtml">
            <div class="reguly-tytul pl-PL">Powiązane reguły walidacji:</div>
            <br />
            <table class="zestaw-regul">
              <tr>
                <th>Identyfikator</th>
                <th>Opis</th>
              </tr>
              <tr>
                <td>
                  <a class="regula pl-PL" href="Economic%20informations%20offline%20rules.html#GR9">GR9</a>
                </td>
                <td>Przekazane imię i nazwisko musi mieć przynajmniej dwa znaki.</td>
              </tr>
            </table>
          </div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Zobacz także