| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
- xmlns:p5build="http://biuro.biall-net.pl/xmlschema_procesy5/build.xsd"
- targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/build.xsd" vc:minVersion="1.1"
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:SystemObjects__x3A__File="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/File.xsd"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd">
- <xs:import schemaLocation="default_db_xml_cache.public/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"> </xs:element>
- <xs:simpleType name="Shared_Git_Root">
- <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">
- <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">
- <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">
- <xs:complexContent>
- <xs:extension base="system_cache__appinfo:PRODUCT">
- <xs:sequence>
- <xs:element name="SYSTEM">
- <xs:complexType>
- <xs:complexContent>
- <xs:extension base="system_cache__appinfo:SYSTEM">
- <xs:sequence>
- <xs:element name="Shared_Git_Root">
- <xs:simpleType>
- <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"/>
- <xs:element name="remote.SE" type="p5build:remote.SE"/>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- </xs:element>
- <xs:element name="GLOBALS" type="system_cache__appinfo:GLOBALS"/>
- <xs:element name="INSTALL" type="system_cache__appinfo:INSTALL"/>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:group name="PRODUCT">
- <xs:sequence>
- <xs:element name="PRODUCT" type="p5build:PRODUCT"> </xs:element>
- <xs:group ref="p5bws:PRODUCT"/>
- </xs:sequence>
- </xs:group>
- </xs:schema>
|