| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
- targetNamespace="http://www.w3.org/2001/XMLSchema"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd">
- <xs:redefine schemaLocation="http://www.w3.org/2001/XMLSchema">
- <xs:complexType mixed="false" name="topLevelElement">
- <xs:complexContent>
- <xs:extension base="xs:topLevelElement"/>
- </xs:complexContent>
- </xs:complexType>
- </xs:redefine>
- <xs:import
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- schemaLocation="../appinfo.xsd"/>
- <xs:complexType name="annotation.local.element">
- <xs:complexContent>
- <xs:extension base="xs:openAttrs">
- <xs:choice maxOccurs="unbounded" minOccurs="0">
- <xs:element name="appinfo" type="xs:appinfo.local.element"/>
- <xs:element ref="xs:documentation"/>
- </xs:choice>
- <xs:attribute name="id" type="xs:ID"/>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:complexType name="annotation.complexType"/>
- <xs:complexType name="appinfo.complexType.ParentType">
- <xs:annotation>
- <xs:documentation>Parent/Base complexType of some table/namespace schema - e.g. CRM_PROCES</xs:documentation>
- </xs:annotation>
- <xs:choice maxOccurs="unbounded" minOccurs="0">
- <xs:any processContents="lax"/>
- <xs:element ref="system_cache__appinfo:heritage"/>
- </xs:choice>
- <xs:attribute name="source" type="xs:anyURI"/>
- <xs:attribute name="type"/>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
- </xs:complexType>
- <xs:complexType name="appinfo.complexType">
- <xs:complexContent>
- <xs:extension base="xs:appinfo.complexType.ParentType"> </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:complexType name="appinfo.element">
- <xs:annotation>
- <xs:documentation>Top Level element it can be also of root parent complexType (CRM_PROECES) or some derived complexType (PROCES_INIT)</xs:documentation>
- </xs:annotation>
- <xs:complexContent>
- <xs:extension base="xs:appinfo.complexType"> </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- <xs:complexType name="appinfo.local.element">
- <xs:complexContent>
- <xs:extension base="xs:appinfo.element">
- <xs:choice maxOccurs="1" minOccurs="0">
- <xs:element ref="system_cache__appinfo:flat_relation_cache" minOccurs="0"/>
- <xs:element minOccurs="0"
- ref="system_cache__appinfo:acl_rule_inherit_by_primary"/>
- </xs:choice>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- </xs:schema>
|