| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:p5build_SE="http://biuro.biall-net.pl/build_SE.xsd" elementFormDefault="qualified"
- targetNamespace="http://biuro.biall-net.pl/build_SE.xsd" vc:minVersion="1.1"
- xmlns:SystemObjects__x3A__File="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/File.xsd"
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:p5build="http://biuro.biall-net.pl/xmlschema_procesy5/build.xsd"
- xmlns:system_cache__appinfo="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="build.xsd"
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/build.xsd"/>
- <xs:import
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- schemaLocation="default_db_xml_cache.public/system_cache__appinfo/PRODUCT.xsd"/>
- <xs:import namespace="http://biuro.biall-net.pl/xmlschema_procesy5/build.xsd"
- schemaLocation="build.xsd"/>
- <xs:complexType name="SYSTEM">
- <xs:complexContent>
- <xs:extension base="system_cache__appinfo:SYSTEM">
- <xs:sequence>
- <xs:element name="local-root" type="p5build_SE:username"/>
- <xs:element name="local-root.pass" type="p5build_SE:password"/>
- <xs:element name="local-user" type="p5build_SE:username"/>
- <xs:element name="local-user.pass" type="p5build_SE:password"/>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:complexType name="SERVER">
- <xs:complexContent>
- <xs:extension base="system_cache__appinfo:SERVER"/>
- </xs:complexContent>
- </xs:complexType>
- <xs:complexType name="PRODUCT">
- <xs:complexContent>
- <xs:extension base="system_cache__appinfo:PRODUCT">
- <xs:sequence>
- <xs:element name="SYSTEM" type="p5build_SE:SYSTEM"/>
- <xs:element name="SERVER" type="p5build_SE:SERVER"/>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:group name="PRODUCT">
- <xs:sequence>
- <xs:element ref="p5build_SE:PRODUCT"/>
- <xs:group ref="p5build:PRODUCT"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="PRODUCT" type="p5build_SE:PRODUCT"/>
- <xs:element name="procesy5_config">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="p5build_SE:default_db"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="default_db">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="p5build_SE:server"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="server">
- <xs:complexType>
- <xs:attributeGroup ref="p5build_SE:server"/>
- </xs:complexType>
- </xs:element>
- <xs:attributeGroup name="access_pair">
- <xs:attribute name="pass" type="p5build_SE:password"/>
- <xs:attribute name="user" type="p5build_SE:username"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="server">
- <xs:attributeGroup ref="p5build_SE:access_pair"/>
- <xs:attribute name="host"/>
- <xs:attribute name="port"/>
- <xs:attribute name="database"/>
- </xs:attributeGroup>
- <xs:simpleType name="username">
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- <xs:simpleType name="password">
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- <xs:simpleType name="FilePath">
- <xs:restriction base="SystemObjects__x3A__File:FilePath"/>
- </xs:simpleType>
- <xs:simpleType name="DirPath">
- <xs:restriction base="SystemObjects__x3A__File:DirPath"/>
- </xs:simpleType>
- </xs:schema>
|