| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:p5build="http://biuro.biall-net.pl/xmlschema_procesy5/build.xsd"
- xmlns:SystemObjects__x3A__File="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/File.xsd"
- xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
- 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"
- elementFormDefault="qualified"
- targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/build.xsd"
- vc:minVersion="1.1">
- <xs:import schemaLocation="Types/system_cache__appinfo/PRODUCT.xsd"
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"/>
- <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/File.xsd"
- schemaLocation="SystemObjects/File.xsd"/>
- <xs:import schemaLocation="WPS_Functions/WPS_Functions.xsd"
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"/>
- <xs:element name="PRODUCT" type="p5build:PRODUCT" id="p5b___d15e7-1_PRODUCT"/>
- <xs:simpleType name="Shared_Git_Root" id="p5b___d15e8-1_Shared_Git">
- <xs:annotation>
- <xs:documentation>Root project git of procesy5 - may be ${basedir} dependent - like ../../../</xs:documentation>
- </xs:annotation>
- <xs:restriction base="SystemObjects__x3A__File:DirPath"/>
- </xs:simpleType>
- <xs:simpleType name="remote" id="p5b___d15e13-1_remote">
- <xs:annotation>
- <xs:documentation>Path to where is Procesy5/schema installed typical /Library/Server/Web/Data/Sites/Default/SE/schema
- - dependent on SharedGitRoot</xs:documentation>
- </xs:annotation>
- <xs:restriction base="SystemObjects__x3A__File:DirPath"/>
- </xs:simpleType>
- <xs:simpleType name="remote.SE" id="p5b___d15e18-1_remote.SE">
- <xs:annotation>
- <xs:documentation>Path to where is Procesy5/schema installed typical /Library/Server/Web/Data/Sites/Default/SE
- - dependent on SharedGitRoot - sometimes locally SharedGitRoot/se/SE</xs:documentation>
- </xs:annotation>
- <xs:restriction base="SystemObjects__x3A__File:DirPath"/>
- </xs:simpleType>
- <xs:complexType name="PRODUCT" id="p5b___d15e23-1_PRODUCT">
- <xs:complexContent id="p5b___d15e24-1">
- <xs:extension base="system_cache__appinfo:PRODUCT" id="p5b___d15e25-1">
- <xs:sequence id="p5b___d15e26-1">
- <xs:element name="SYSTEM" id="p5b___d15e27-1_SYSTEM">
- <xs:complexType id="p5b___d15e28-1">
- <xs:complexContent id="p5b___d15e29-1">
- <xs:extension base="system_cache__appinfo:SYSTEM" id="p5b___d15e30-1">
- <xs:sequence id="p5b___d15e31-1">
- <xs:element name="Shared_Git_Root" id="p5b___d15e32-1_Shared_Git">
- <xs:simpleType id="p5b___d15e33-1">
- <xs:annotation>
- <xs:documentation>Root project git of procesy5 - may be ${basedir} dependent - like ../../../</xs:documentation>
- </xs:annotation>
- <xs:restriction base="SystemObjects__x3A__File:DirPath"/>
- </xs:simpleType>
- </xs:element>
- <xs:element name="remote" type="p5build:remote" id="p5b___d15e38-1_remote"/>
- <xs:element name="remote.SE"
- type="p5build:remote.SE"
- id="p5b___d15e39-1_remote.SE"/>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- </xs:element>
- <xs:element name="GLOBALS"
- type="system_cache__appinfo:GLOBALS"
- id="p5b___d15e40-1_GLOBALS"/>
- <xs:element name="INSTALL"
- type="system_cache__appinfo:INSTALL"
- id="p5b___d15e41-1_INSTALL"/>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:group name="PRODUCT">
- <xs:sequence id="p5b___d15e43-1">
- <xs:element name="PRODUCT" type="p5build:PRODUCT" id="p5b___d15e44-1_PRODUCT"/>
- <xs:group ref="p5bws:PRODUCT"/>
- </xs:sequence>
- </xs:group>
- </xs:schema>
|