| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- xmlns:p5ant="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
- xmlns:p5suis="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd"
- xmlns:p5dg="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/documentation_generator/documentation_generator.xsd"
- xmlns:p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd"
- xmlns:d2a="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita-to-ant/d2a.xsd"
- xmlns:xs="http://www.w3.org/2001/XMLSchema" vc:minVersion="1.1"
- targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita-to-ant/d2a.xsd">
- <xs:import schemaLocation="../../Types/system_cache__appinfo/PRODUCT.xsd"
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"/>
- <xs:element name="PRODUCT">
- <xs:complexType>
- <xs:complexContent>
- <xs:extension base="system_cache__appinfo:PRODUCT">
- <xs:sequence>
- <xs:element name="SYSTEM" type="system_cache__appinfo:SYSTEM"/>
- <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:element>
- <xs:group name="PRODUCT">
- <xs:sequence>
- <xs:element ref="d2a:PRODUCT"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="glossterm">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="d2a:abbreviated-form"/>
- <xs:element ref="d2a:data"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="data">
- <xs:complexType>
- <xs:attribute ref="d2a:keyref"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="abbreviated-form"/>
- <xs:element name="filepath"/>
- <xs:element name="apiname"/>
- <xs:element name="syntaxdiagram">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="d2a:groupseq"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="groupseq">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="d2a:synnoteref"/>
- <xs:element ref="d2a:kwd"/>
- <xs:element ref="d2a:var"/>
- <xs:element ref="d2a:groupcomp"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="kwd">
- <xs:complexType>
- <xs:attribute ref="d2a:keyref"/>
- </xs:complexType>
- </xs:element>
- <xs:element name="delim"/>
- <xs:element name="synnoteref"/>
- <xs:element name="groupcomp"/>
- <xs:element name="var"/>
- <xs:attribute name="keyref"/>
- </xs:schema>
|