| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:p5wfs="https://biuro.biall-net.pl/wfs"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- 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"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- xmlns:p5opr="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd"
- xmlns:p5_simpleSchema_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/p5_simpleSchema_map.xsd"
- targetNamespace="https://biuro.biall-net.pl/wfs">
- <xs:annotation>
- <xs:documentation>@201907 tymczasowy prefix do walidacji</xs:documentation>
- </xs:annotation>
- <xs:simpleType name="string" id="___d15e583-1_string">
- <xs:restriction base="xs:string">
- <xs:maxLength value="255"/>
- </xs:restriction>
- </xs:simpleType>
- <xs:simpleType name="longString" id="___d15e586-1_longString">
- <xs:restriction base="xs:string">
- <xs:maxLength value="1000"/>
- </xs:restriction>
- </xs:simpleType>
- <xs:simpleType name="enum" id="___d15e589-1_p5__x3A__enum">
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- <xs:simpleType name="www_link" id="___d15e591-1_p5__x3A__www_lin">
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- <xs:simpleType name="alias" id="___d15e593-1_p5__x3A__alias">
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- <xs:simpleType name="price" id="___d15e595-1_price">
- <xs:restriction base="xs:decimal">
- <xs:totalDigits value="12"/>
- <xs:fractionDigits value="2"/>
- </xs:restriction>
- </xs:simpleType>
- </xs:schema>
|