| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"
- xmlns:system_cache__procesy5_xsd_business_objects="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/procesy5_xsd_business_objects.xsd"
- xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
- targetNamespace="http://www.omg.org/spec/BPMN/20100524/MODEL" vc:minVersion="1.1"
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning">
- <xs:annotation>
- <xs:documentation>Used for correctly generating BPMN diagrams / transforms from Procesy5 process structure.</xs:documentation>
- </xs:annotation>
- <xs:import
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/procesy5_xsd_business_objects.xsd"
- schemaLocation="procesy5_xsd_business_objects.xsd" id="redefine___d187e9"/>
- <xs:redefine schemaLocation="../public_schema_references/www.omg.org/BPMN20.xsd"
- id="redefine___d187e11">
- <xs:complexType name="tExtensionElements" id="redefine___d187e13">
- <xs:complexContent id="redefine___d187e15">
- <xs:extension base="tExtensionElements" id="redefine2___d187e17">
- <xs:sequence maxOccurs="unbounded" minOccurs="0" id="redefine___d187e19">
- <xs:annotation id="redefine___d187e21">
- <xs:documentation>Dowiązanie zasobów procesy5
- Association of Procesy5 resources notation
- </xs:documentation>
- </xs:annotation>
- <xs:element minOccurs="0" name="procesy5_business_object_assoc"
- type="system_cache__procesy5_xsd_business_objects:procesy5_busines_object"
- id="redefine___d187e27"/>
- </xs:sequence>
- </xs:extension>
- </xs:complexContent>
- </xs:complexType>
- </xs:redefine>
- </xs:schema>
|