| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES.xsd"
- vc:minVersion="1.1"
- xmlns:default_db__x3A__STRUCTURE__ENTITIES="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES.xsd">
- <xs:annotation>
- <xs:documentation>Ten schemat ma służyć do efektywnego tworzenia mechanizmow przetwarzania schematow w zakresie plikow ant.build xsl dla porzadku</xs:documentation>
- </xs:annotation>
- <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__CHILD.xsd"
- schemaLocation="STRUCTURE__CHILD.xsd"/>
- <xs:complexType name="yed"/>
- <xs:complexType name="schema">
- <xs:annotation>
- <xs:documentation>wygenerowana struktura zawierajaca element z jego schematem w namespace xs:</xs:documentation>
- </xs:annotation>
- <xs:group ref="default_db__x3A__STRUCTURE__ENTITIES:init"/>
- </xs:complexType>
- <xs:group name="schema">
- <xs:sequence>
- <xs:element ref="default_db__x3A__STRUCTURE__ENTITIES:schema"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="schema" type="default_db__x3A__STRUCTURE__ENTITIES:schema"/>
- <xs:complexType name="init">
- <xs:annotation>
- <xs:documentation>to pusty XML (instacja) na podstaiwe schematu danego modelu z domyslnymi wartosciami z modelu</xs:documentation>
- </xs:annotation>
- </xs:complexType>
- <xs:complexType name="serialize"/>
- <xs:complexType name="serialized"/>
- <xs:group name="init">
- <xs:sequence/>
- </xs:group>
- <xs:element name="init"/>
- <xs:complexType name="import">
- <xs:annotation>
- <xs:documentation>zaimportowanie tekstu</xs:documentation>
- </xs:annotation>
- </xs:complexType>
- <xs:complexType name="initialized">
- <xs:annotation>
- <xs:documentation>to pusty XML (instacja) na podstaiwe schematu danego modelu z domyslnymi wartosciami z modelu</xs:documentation>
- </xs:annotation>
- </xs:complexType>
- <xs:complexType name="build_ant">
- <xs:sequence>
- <xs:element name="project">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="target"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- <xs:complexType name="STRUCTURE">
- <xs:annotation>
- <xs:documentation>Prototype structure name - default_db:PROTOTYPE...</xs:documentation>
- </xs:annotation>
- </xs:complexType>
- </xs:schema>
|