| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:system_cache__resources_tree_generate_xsl_required_occurs_raport="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/resources_tree_generate_xsl_require_occurs_raport"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- xmlns:p5opr="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd"
- xmlns:p5_simpleSchema_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/p5_simpleSchema_map.xsd"
- targetNamespace="http://www.w3.org/1999/xlink"
- version="2.1.2">
- <xs:annotation>
- <xs:appinfo>xlinks.xsd v2.1.2 2002-07</xs:appinfo>
- <xs:documentation xml:lang="en">
- This schema provides the XLink attributes for general use.
- </xs:documentation>
- </xs:annotation>
- <!-- ==============================================================
- global declarations
- =============================================================== -->
- <!-- locator attribute -->
- <xs:attribute name="href" type="xs:anyURI" id="___d15e409-1_href"/>
- <!-- semantic attributes -->
- <xs:attribute name="role" type="xs:anyURI" id="___d15e411-1_role"/>
- <xs:attribute name="arcrole" type="xs:anyURI" id="___d15e412-1_arcrole"/>
- <xs:attribute name="title" type="xs:string" id="___d15e413-1_title"/>
- <!-- behavior attributes -->
- <xs:attribute name="show" id="___d15e415-1_show">
- <xs:annotation>
- <xs:documentation>
- The 'show' attribute is used to communicate the desired presentation
- of the ending resource on traversal from the starting resource; it's
- value should be treated as follows:
- new - load ending resource in a new window, frame, pane, or other
- presentation context
- replace - load the resource in the same window, frame, pane, or
- other presentation context
- embed - load ending resource in place of the presentation of the
- starting resource
- other - behavior is unconstrained; examine other markup in the
- link for hints
- none - behavior is unconstrained
- </xs:documentation>
- </xs:annotation>
- <xs:simpleType id="___d15e419-1">
- <xs:restriction base="xs:string">
- <xs:enumeration value="new"/>
- <xs:enumeration value="replace"/>
- <xs:enumeration value="embed"/>
- <xs:enumeration value="other"/>
- <xs:enumeration value="none"/>
- </xs:restriction>
- </xs:simpleType>
- </xs:attribute>
- <xs:attribute name="actuate" id="___d15e426-1_actuate">
- <xs:annotation>
- <xs:documentation>
- The 'actuate' attribute is used to communicate the desired timing
- of traversal from the starting resource to the ending resource;
- it's value should be treated as follows:
- onLoad - traverse to the ending resource immediately on loading
- the starting resource
- onRequest - traverse from the starting resource to the ending
- resource only on a post-loading event triggered for
- this purpose
- other - behavior is unconstrained; examine other markup in link
- for hints
- none - behavior is unconstrained
- </xs:documentation>
- </xs:annotation>
- <xs:simpleType id="___d15e430-1">
- <xs:restriction base="xs:string">
- <xs:enumeration value="onLoad"/>
- <xs:enumeration value="onRequest"/>
- <xs:enumeration value="other"/>
- <xs:enumeration value="none"/>
- </xs:restriction>
- </xs:simpleType>
- </xs:attribute>
- <!-- traversal attributes -->
- <xs:attribute name="label" type="xs:string" id="___d15e438-1_label"/>
- <xs:attribute name="from" type="xs:string" id="___d15e439-1_from"/>
- <xs:attribute name="to" type="xs:string" id="___d15e440-1_to"/>
- <!-- ==============================================================
- Attributes grouped by XLink type, as specified by the allowed usage patterns
- in sec. 4.1 of the W3C Recommendation (dated 2001-06-27)
- =================================================================== -->
- <xs:attributeGroup name="simpleLink">
- <xs:attribute name="type"
- type="xs:string"
- use="optional"
- fixed="simple"
- form="qualified"
- id="___d15e443-1_type"/>
- <xs:attribute ref="xlink:href" use="optional" id="___d15e444-1"/>
- <xs:attribute ref="xlink:role" use="optional" id="___d15e445-1"/>
- <xs:attribute ref="xlink:arcrole" use="optional" id="___d15e446-1"/>
- <xs:attribute ref="xlink:title" use="optional" id="___d15e447-1"/>
- <xs:attribute ref="xlink:show" use="optional" id="___d15e448-1"/>
- <xs:attribute ref="xlink:actuate" use="optional" id="___d15e449-1"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="extendedLink">
- <xs:attribute name="type"
- type="xs:string"
- use="required"
- fixed="extended"
- form="qualified"
- id="___d15e451-1_type"/>
- <xs:attribute ref="xlink:role" use="optional" id="___d15e452-1"/>
- <xs:attribute ref="xlink:title" use="optional" id="___d15e453-1"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="locatorLink">
- <xs:attribute name="type"
- type="xs:string"
- use="required"
- fixed="locator"
- form="qualified"
- id="___d15e455-1_type"/>
- <xs:attribute ref="xlink:href" use="required" id="___d15e456-1"/>
- <xs:attribute ref="xlink:role" use="optional" id="___d15e457-1"/>
- <xs:attribute ref="xlink:title" use="optional" id="___d15e458-1"/>
- <xs:attribute ref="xlink:label" use="optional" id="___d15e459-1"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="arcLink">
- <xs:attribute name="type"
- type="xs:string"
- use="required"
- fixed="arc"
- form="qualified"
- id="___d15e461-1_type"/>
- <xs:attribute ref="xlink:arcrole" use="optional" id="___d15e462-1"/>
- <xs:attribute ref="xlink:title" use="optional" id="___d15e463-1"/>
- <xs:attribute ref="xlink:show" use="optional" id="___d15e464-1"/>
- <xs:attribute ref="xlink:actuate" use="optional" id="___d15e465-1"/>
- <xs:attribute ref="xlink:from" use="optional" id="___d15e466-1"/>
- <xs:attribute ref="xlink:to" use="optional" id="___d15e467-1"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="resourceLink">
- <xs:attribute name="type"
- type="xs:string"
- use="required"
- fixed="resource"
- form="qualified"
- id="___d15e469-1_type"/>
- <xs:attribute ref="xlink:role" use="optional" id="___d15e470-1"/>
- <xs:attribute ref="xlink:title" use="optional" id="___d15e471-1"/>
- <xs:attribute ref="xlink:label" use="optional" id="___d15e472-1"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="titleLink">
- <xs:attribute name="type"
- type="xs:string"
- use="required"
- fixed="title"
- form="qualified"
- id="___d15e474-1_type"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="emptyLink">
- <xs:attribute name="type"
- type="xs:string"
- use="required"
- fixed="empty"
- form="qualified"
- id="___d15e476-1_type"/>
- </xs:attributeGroup>
- </xs:schema>
|