| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
- targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/p5ant.storage.xsd"
- vc:minVersion="1.1"
- xmlns:p5ant="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:p5antSg="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/p5ant.storage.xsd">
- <xs:annotation>
- <xs:documentation>modele dla rejestorwania storages</xs:documentation>
- </xs:annotation>
- <xs:import
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
- schemaLocation="ant.xsd"/>
- <xs:complexType name="property">
- <xs:annotation>
- <xs:documentation>abstract property to override - for example to nfi module ovverride some property name="p5Nfy.export.savedata.model.prepare.xml.input" location="${p5Nfy.import.savedata}/local.p5xslSCDGA.files.read.xml"</xs:documentation>
- </xs:annotation>
- <xs:sequence>
- <xs:element minOccurs="0" name="condition">
- <xs:annotation>
- <xs:documentation>optional condition</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- <xs:attribute name="name" type="xs:string"/>
- <xs:attribute name="location" type="xs:string"/>
- <xs:attribute name="value" type="xs:string"/>
- </xs:complexType>
- <xs:simpleType name="__x3A__exist_flag">
- <xs:restriction base="xs:string">
- <xs:enumeration value="__x3A__exist_flag"/>
- </xs:restriction>
- </xs:simpleType>
- <xs:simpleType name="__x3A__existing">
- <xs:annotation>
- <xs:documentation>resolve existing module</xs:documentation>
- </xs:annotation>
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- <xs:simpleType name="__x3A__filepath">
- <xs:annotation>
- <xs:documentation>resolve property</xs:documentation>
- </xs:annotation>
- <xs:restriction base="xs:string">
- <xs:enumeration value="__x3A__filepath"/>
- </xs:restriction>
- </xs:simpleType>
- <xs:simpleType name="__x3A__blank">
- <xs:annotation>
- <xs:documentation>blank property</xs:documentation>
- </xs:annotation>
- <xs:restriction base="xs:string">
- <xs:enumeration value="__x3A__blank"/>
- </xs:restriction>
- </xs:simpleType>
- <xs:simpleType name="__x3A__action">
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- <xs:group name="property">
- <xs:sequence>
- <xs:element name="property" type="p5antSg:property"/>
- </xs:sequence>
- </xs:group>
- <xs:group name="register">
- <xs:sequence>
- <xs:group ref="p5antSg:property"/>
- </xs:sequence>
- </xs:group>
- <xs:group name="unregister">
- <xs:sequence>
- <xs:group ref="p5antSg:property"/>
- </xs:sequence>
- </xs:group>
- <xs:group name="storage">
- <xs:annotation>
- <xs:documentation>prefix namespace</xs:documentation>
- </xs:annotation>
- <xs:choice>
- <xs:group ref="p5antSg:register"/>
- <xs:group ref="p5antSg:unregister"/>
- </xs:choice>
- </xs:group>
- <xs:group name="PRODUCT_Type__x40__model">
- <xs:sequence/>
- </xs:group>
- </xs:schema>
|