Schema BIG2BIG
Schema BIG2BIG : Typ prosty string80
Typ prosty string80
Opis
Ciąg znaków o maksymalnej długości 80 znaków
Przestrzeń nazw https://www.big2big.org/v1/report
Typ
Restriction of xs:string
Diagram
Typ prosty string80
Przegląd
string80 Restriction of xs:string
Ciąg znaków o maksymalnej długości 80 znaków
Dozwolone wartości
MinLength1
MaxLength80
Źródło
<xs:simpleType name="string80" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Ciąg znaków o maksymalnej długości 80 znaków</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:minLength value="1" />
    <xs:maxLength value="80" />
  </xs:restriction>
</xs:simpleType>
Zobacz także