Schema bimoR.gus.v1
Schema bimoR.gus.v1 : Typ złożony ContactInformation
Typ złożony ContactInformation
Opis
Dane kontaktowe
Typ reprezentuje dane kontaktowe
Przestrzeń nazw http://api.big.pl/bimoR/gus/v1
Diagram
Element webAddress Element email2 Element email Element faxNumber Element internalNumber Element phoneNumber Sequence Typ złożony ContactInformation
Przegląd
ContactInformation
Dane kontaktowe
Typ reprezentuje dane kontaktowe
Sequence
phoneNumber optional Typ prosty phoneNumber
Numer telefonu
internalNumber optional Typ prosty string6
Numer wewnętrzny
email optional Typ prosty email
Email
email2 optional Typ prosty email
Email 2
webAddress optional Typ prosty string100
Adres internetowy
Używany przez
Źródło
<xs:complexType name="ContactInformation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Dane kontaktowe</div>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Typ reprezentuje dane kontaktowe</div>
    </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="phoneNumber" minOccurs="0" type="br:phoneNumber">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Numer telefonu</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml"></div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="internalNumber" minOccurs="0" type="brg:string6">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Numer wewnętrzny</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml"></div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="faxNumber" minOccurs="0" type="br:phoneNumber">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Numer fax</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml"></div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="email" minOccurs="0" type="br:email">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Email</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml"></div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="email2" minOccurs="0" type="br:email">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Email 2</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml"></div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="webAddress" minOccurs="0" type="bc:string100">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Adres internetowy</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml"></div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Zobacz także