types.xsd 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:p5wfs="https://biuro.biall-net.pl/wfs"
  3. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
  6. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  7. xmlns:system_cache__resources_tree_generate_xsl_required_occurs_raport="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/resources_tree_generate_xsl_require_occurs_raport"
  8. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  9. xmlns:p5opr="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd"
  10. xmlns:p5_simpleSchema_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/p5_simpleSchema_map.xsd"
  11. targetNamespace="https://biuro.biall-net.pl/wfs">
  12. <xs:annotation>
  13. <xs:documentation>@201907 tymczasowy prefix do walidacji</xs:documentation>
  14. </xs:annotation>
  15. <xs:simpleType name="string" id="___d15e583-1_string">
  16. <xs:restriction base="xs:string">
  17. <xs:maxLength value="255"/>
  18. </xs:restriction>
  19. </xs:simpleType>
  20. <xs:simpleType name="longString" id="___d15e586-1_longString">
  21. <xs:restriction base="xs:string">
  22. <xs:maxLength value="1000"/>
  23. </xs:restriction>
  24. </xs:simpleType>
  25. <xs:simpleType name="enum" id="___d15e589-1_p5__x3A__enum">
  26. <xs:restriction base="xs:string"/>
  27. </xs:simpleType>
  28. <xs:simpleType name="www_link" id="___d15e591-1_p5__x3A__www_lin">
  29. <xs:restriction base="xs:string"/>
  30. </xs:simpleType>
  31. <xs:simpleType name="alias" id="___d15e593-1_p5__x3A__alias">
  32. <xs:restriction base="xs:string"/>
  33. </xs:simpleType>
  34. <xs:simpleType name="price" id="___d15e595-1_price">
  35. <xs:restriction base="xs:decimal">
  36. <xs:totalDigits value="12"/>
  37. <xs:fractionDigits value="2"/>
  38. </xs:restriction>
  39. </xs:simpleType>
  40. </xs:schema>