| 12345678910111213141516171819202122232425 |
- <?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__ANT.xsd"
- vc:minVersion="1.1"
- xmlns:default_db__x3A__STRUCTURE__ENTITIES__ANT="https://biuro.biall-net.pl/wfs/default_db/table/STRUCTURE__ENTITIES__ANT.xsd">
- <xs:annotation>
- <xs:documentation>Elementy ant build</xs:documentation>
- </xs:annotation>
- <xs:complexType name="project"/>
- <xs:complexType name="target"/>
- <xs:complexType name="extension-point"/>
- <xs:complexType name="xslt"/>
- <xs:complexType name="style"/>
- <xs:complexType name="mode"/>
- <xs:complexType name="in"/>
- <xs:complexType name="out"/>
- <xs:complexType name="build.xml">
- <xs:sequence>
- <xs:element name="newElement"/>
- </xs:sequence>
- </xs:complexType>
- <xs:complexType name="build.STRUCTURE.xml"/>
- </xs:schema>
|