mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/MI-38.git
synced 2026-01-24 01:35:40 +03:00
14.06.2023
This commit is contained in:
4
s1000d/Converter14_Source/Schemas/README.md
Normal file
4
s1000d/Converter14_Source/Schemas/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# International specification for technical publications
|
||||
# S1000D Issue No. 4.1
|
||||
|
||||
http://www.s1000d.org/S1000D_4-1/xml_schema_flat/
|
||||
5058
s1000d/Converter14_Source/Schemas/appliccrossreftable.xsd
Normal file
5058
s1000d/Converter14_Source/Schemas/appliccrossreftable.xsd
Normal file
File diff suppressed because it is too large
Load Diff
5522
s1000d/Converter14_Source/Schemas/brex.xsd
Normal file
5522
s1000d/Converter14_Source/Schemas/brex.xsd
Normal file
File diff suppressed because it is too large
Load Diff
7606
s1000d/Converter14_Source/Schemas/checklist.xsd
Normal file
7606
s1000d/Converter14_Source/Schemas/checklist.xsd
Normal file
File diff suppressed because it is too large
Load Diff
4895
s1000d/Converter14_Source/Schemas/comment.xsd
Normal file
4895
s1000d/Converter14_Source/Schemas/comment.xsd
Normal file
File diff suppressed because it is too large
Load Diff
7788
s1000d/Converter14_Source/Schemas/comrep.xsd
Normal file
7788
s1000d/Converter14_Source/Schemas/comrep.xsd
Normal file
File diff suppressed because it is too large
Load Diff
4593
s1000d/Converter14_Source/Schemas/condcrossreftable.xsd
Normal file
4593
s1000d/Converter14_Source/Schemas/condcrossreftable.xsd
Normal file
File diff suppressed because it is too large
Load Diff
4926
s1000d/Converter14_Source/Schemas/container.xsd
Normal file
4926
s1000d/Converter14_Source/Schemas/container.xsd
Normal file
File diff suppressed because it is too large
Load Diff
5924
s1000d/Converter14_Source/Schemas/crew.xsd
Normal file
5924
s1000d/Converter14_Source/Schemas/crew.xsd
Normal file
File diff suppressed because it is too large
Load Diff
58
s1000d/Converter14_Source/Schemas/dc.xsd
Normal file
58
s1000d/Converter14_Source/Schemas/dc.xsd
Normal file
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0"?>
|
||||
<xs:schema xmlns:dc="http://www.purl.org/dc/elements/1.1/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.purl.org/dc/elements/1.1/" elementFormDefault="qualified" attributeFormDefault="qualified">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Issue number: 4.1</xs:documentation>
|
||||
<xs:documentation>Issue date: 2012-03-30</xs:documentation>
|
||||
<xs:documentation>Release number: 4.1</xs:documentation>
|
||||
<xs:documentation>Release date: 2012-03-30</xs:documentation>
|
||||
<xs:documentation>URL: http://www.s1000d.org/S1000D_4-1/xml_schema_flat/dc.xsd</xs:documentation>
|
||||
<xs:documentation>Copyright:
|
||||
Copyright (C) 2011 by each of the following organizations:
|
||||
1. AeroSpace and Defence Industries Associations of Europe - ASD.
|
||||
2. Ministries of Defence of the member countries of ASD.
|
||||
|
||||
Limitations of Liability:
|
||||
|
||||
1. This material is provided "As Is" and neither ASD nor any person who has contributed to the creation, revision or maintenance of the material makes any representations or warranties, express or implied, including but not limited to, warranties of merchantability or fitness for any particular purpose.
|
||||
2. Neither ASD nor any person who has contributed to the creation, revision or maintenance of this material shall be liable for any direct, indirect, special or consequential damages or any other liability arising from any use of this material.
|
||||
3. Revisions to this document may occur after its issuance. The user is responsible for determining if revisions to the material contained in this document have occurred and are applicable.
|
||||
</xs:documentation>
|
||||
<xs:documentation>Remarks: none</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:element name="title" type="xs:string"/>
|
||||
<xs:element name="creator" type="xs:string"/>
|
||||
<xs:element name="subject" type="xs:string"/>
|
||||
<xs:element name="publisher" type="xs:string"/>
|
||||
<xs:element name="contributor" type="xs:string"/>
|
||||
<xs:element name="date" type="xs:date"/>
|
||||
<xs:element name="type" type="xs:string" fixed="text"/>
|
||||
<xs:element name="format" type="xs:string" fixed="text/xml"/>
|
||||
<xs:element name="identifier" type="xs:string"/>
|
||||
<xs:element name="language" type="dc:LANGUAGE-COUNTRY"/>
|
||||
<xs:element name="rights" type="dc:SECURITY"/>
|
||||
<xs:group name="DCMES">
|
||||
<xs:choice>
|
||||
<xs:element ref="dc:title"/>
|
||||
<xs:element ref="dc:creator"/>
|
||||
<xs:element ref="dc:subject"/>
|
||||
<xs:element ref="dc:publisher"/>
|
||||
<xs:element ref="dc:contributor"/>
|
||||
<xs:element ref="dc:date"/>
|
||||
<xs:element ref="dc:type"/>
|
||||
<xs:element ref="dc:format"/>
|
||||
<xs:element ref="dc:identifier"/>
|
||||
<xs:element ref="dc:language"/>
|
||||
<xs:element ref="dc:rights"/>
|
||||
</xs:choice>
|
||||
</xs:group>
|
||||
<xs:simpleType name="SECURITY">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="[0-9]{1,2}((_cc[0-9]{2})?(_cv[0-9]{2})?)?"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="LANGUAGE-COUNTRY">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="[a-z]{2,3}(-[A-Z]{2})?"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:schema>
|
||||
4572
s1000d/Converter14_Source/Schemas/ddn.xsd
Normal file
4572
s1000d/Converter14_Source/Schemas/ddn.xsd
Normal file
File diff suppressed because it is too large
Load Diff
5524
s1000d/Converter14_Source/Schemas/descript.xsd
Normal file
5524
s1000d/Converter14_Source/Schemas/descript.xsd
Normal file
File diff suppressed because it is too large
Load Diff
4565
s1000d/Converter14_Source/Schemas/dml.xsd
Normal file
4565
s1000d/Converter14_Source/Schemas/dml.xsd
Normal file
File diff suppressed because it is too large
Load Diff
7561
s1000d/Converter14_Source/Schemas/fault.xsd
Normal file
7561
s1000d/Converter14_Source/Schemas/fault.xsd
Normal file
File diff suppressed because it is too large
Load Diff
5620
s1000d/Converter14_Source/Schemas/frontmatter.xsd
Normal file
5620
s1000d/Converter14_Source/Schemas/frontmatter.xsd
Normal file
File diff suppressed because it is too large
Load Diff
5972
s1000d/Converter14_Source/Schemas/ipd.xsd
Normal file
5972
s1000d/Converter14_Source/Schemas/ipd.xsd
Normal file
File diff suppressed because it is too large
Load Diff
6425
s1000d/Converter14_Source/Schemas/learning.xsd
Normal file
6425
s1000d/Converter14_Source/Schemas/learning.xsd
Normal file
File diff suppressed because it is too large
Load Diff
4855
s1000d/Converter14_Source/Schemas/pm.xsd
Normal file
4855
s1000d/Converter14_Source/Schemas/pm.xsd
Normal file
File diff suppressed because it is too large
Load Diff
4448
s1000d/Converter14_Source/Schemas/prdcrossreftable.xsd
Normal file
4448
s1000d/Converter14_Source/Schemas/prdcrossreftable.xsd
Normal file
File diff suppressed because it is too large
Load Diff
6837
s1000d/Converter14_Source/Schemas/proced.xsd
Normal file
6837
s1000d/Converter14_Source/Schemas/proced.xsd
Normal file
File diff suppressed because it is too large
Load Diff
7819
s1000d/Converter14_Source/Schemas/process.xsd
Normal file
7819
s1000d/Converter14_Source/Schemas/process.xsd
Normal file
File diff suppressed because it is too large
Load Diff
30
s1000d/Converter14_Source/Schemas/rdf.xsd
Normal file
30
s1000d/Converter14_Source/Schemas/rdf.xsd
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
<xs:schema xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dc="http://www.purl.org/dc/elements/1.1/" targetNamespace="http://www.w3.org/1999/02/22-rdf-syntax-ns#" elementFormDefault="qualified" attributeFormDefault="qualified">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Issue number: 4.0</xs:documentation>
|
||||
<xs:documentation>Issue date: 2008-08-01</xs:documentation>
|
||||
<xs:documentation>Release number: 2.0</xs:documentation>
|
||||
<xs:documentation>Release date: 2003-05-31</xs:documentation>
|
||||
<xs:documentation>URL: http://www.s1000d.org/S1000D_4-1/xml_schema_flat/rdf.xsd</xs:documentation>
|
||||
<xs:documentation>Copyright:
|
||||
Copyright (C) 2011 by each of the following organizations:
|
||||
1. AeroSpace and Defence Industries Associations of Europe - ASD.
|
||||
2. Ministries of Defence of the member countries of ASD.
|
||||
|
||||
Limitations of Liability:
|
||||
|
||||
1. This material is provided "As Is" and neither ASD nor any person who has contributed to the creation, revision or maintenance of the material makes any representations or warranties, express or implied, including but not limited to, warranties of merchantability or fitness for any particular purpose.
|
||||
2. Neither ASD nor any person who has contributed to the creation, revision or maintenance of this material shall be liable for any direct, indirect, special or consequential damages or any other liability arising from any use of this material.
|
||||
3. Revisions to this document may occur after its issuance. The user is responsible for determining if revisions to the material contained in this document have occurred and are applicable.
|
||||
</xs:documentation>
|
||||
<xs:documentation>Remarks: none</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:import namespace="http://www.purl.org/dc/elements/1.1/" schemaLocation="dc.xsd"/>
|
||||
<xs:element name="Description">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:group ref="dc:DCMES" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:schema>
|
||||
7883
s1000d/Converter14_Source/Schemas/sb.xsd
Normal file
7883
s1000d/Converter14_Source/Schemas/sb.xsd
Normal file
File diff suppressed because it is too large
Load Diff
7891
s1000d/Converter14_Source/Schemas/schedul.xsd
Normal file
7891
s1000d/Converter14_Source/Schemas/schedul.xsd
Normal file
File diff suppressed because it is too large
Load Diff
5542
s1000d/Converter14_Source/Schemas/scocontent.xsd
Normal file
5542
s1000d/Converter14_Source/Schemas/scocontent.xsd
Normal file
File diff suppressed because it is too large
Load Diff
5000
s1000d/Converter14_Source/Schemas/scormcontentpackage.xsd
Normal file
5000
s1000d/Converter14_Source/Schemas/scormcontentpackage.xsd
Normal file
File diff suppressed because it is too large
Load Diff
7479
s1000d/Converter14_Source/Schemas/update.xsd
Normal file
7479
s1000d/Converter14_Source/Schemas/update.xsd
Normal file
File diff suppressed because it is too large
Load Diff
5748
s1000d/Converter14_Source/Schemas/wrngdata.xsd
Normal file
5748
s1000d/Converter14_Source/Schemas/wrngdata.xsd
Normal file
File diff suppressed because it is too large
Load Diff
5567
s1000d/Converter14_Source/Schemas/wrngflds.xsd
Normal file
5567
s1000d/Converter14_Source/Schemas/wrngflds.xsd
Normal file
File diff suppressed because it is too large
Load Diff
136
s1000d/Converter14_Source/Schemas/xcf.xsd
Normal file
136
s1000d/Converter14_Source/Schemas/xcf.xsd
Normal file
@@ -0,0 +1,136 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xs:schema attributeFormDefault="qualified"
|
||||
elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Issue number: 4.0</xs:documentation>
|
||||
<xs:documentation>Issue date: 2008-08-01</xs:documentation>
|
||||
<xs:documentation>Release number: 4.0</xs:documentation>
|
||||
<xs:documentation>Release date: 2008-08-01</xs:documentation>
|
||||
<xs:documentation>URL: http://www.s1000d.org/S1000D_4-0/xml_schema_flat/xcf.xsd</xs:documentation>
|
||||
<xs:documentation>Root element: webcgm</xs:documentation>
|
||||
<xs:documentation>Copyright:
|
||||
Copyright (C) 2011 by each of the following organizations:
|
||||
1. AeroSpace and Defence Industries Associations of Europe - ASD.
|
||||
2. Ministries of Defence of the member countries of ASD.
|
||||
|
||||
Limitations of Liability:
|
||||
|
||||
1. This material is provided "As Is" and neither ASD nor any person who has contributed to the creation, revision or maintenance of the material makes any representations or warranties, express or implied, including but not limited to, warranties of merchantability or fitness for any particular purpose.
|
||||
2. Neither ASD nor any person who has contributed to the creation, revision or maintenance of this material shall be liable for any direct, indirect, special or consequential damages or any other liability arising from any use of this material.
|
||||
3. Revisions to this document may occur after its issuance. The user is responsible for determining if revisions to the material contained in this document have occurred and are applicable.
|
||||
</xs:documentation>
|
||||
<xs:documentation>Remarks: none</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:element name="webcgm" type="webcgmType"/>
|
||||
<xs:complexType name="webcgmType">
|
||||
<xs:choice maxOccurs="unbounded" minOccurs="0">
|
||||
<xs:element ref="grobject"/>
|
||||
<xs:element ref="bindById"/>
|
||||
<xs:element ref="bindByName"/>
|
||||
</xs:choice>
|
||||
<xs:attribute ref="id"/>
|
||||
<xs:attribute ref="version"/>
|
||||
<xs:attribute ref="filename"/>
|
||||
<xs:attribute ref="background-color"/>
|
||||
<xs:attribute ref="pictureVisibility"/>
|
||||
<xs:attributeGroup ref="stylePropertiesAttGroup"/>
|
||||
</xs:complexType>
|
||||
<xs:element name="grobject" type="grobjectType"/>
|
||||
<xs:complexType name="grobjectType">
|
||||
<xs:sequence>
|
||||
<xs:element maxOccurs="unbounded" minOccurs="0" ref="linkuri"/>
|
||||
</xs:sequence>
|
||||
<xs:attribute ref="apsid" use="required"/>
|
||||
<xs:attribute ref="screentip"/>
|
||||
<xs:attribute ref="region"/>
|
||||
<xs:attribute ref="viewcontext"/>
|
||||
<xs:attribute ref="visibility"/>
|
||||
<xs:attribute ref="interactivity"/>
|
||||
<xs:attributeGroup ref="stylePropertiesAttGroup"/>
|
||||
</xs:complexType>
|
||||
<xs:element name="linkuri" type="linkuriType"/>
|
||||
<xs:complexType name="linkuriType">
|
||||
<xs:attribute ref="uri" use="required"/>
|
||||
<xs:attribute ref="behavior"/>
|
||||
<xs:attribute ref="desc"/>
|
||||
</xs:complexType>
|
||||
<xs:attribute name="uri" type="xs:string"/>
|
||||
<xs:attribute name="behavior" type="xs:string"/>
|
||||
<xs:attribute name="desc" type="xs:string"/>
|
||||
<xs:attribute name="apsid" type="xs:ID"/>
|
||||
<xs:attribute name="screentip" type="xs:string"/>
|
||||
<xs:attribute name="region" type="xs:string"/>
|
||||
<xs:attribute name="viewcontext" type="xs:string"/>
|
||||
<xs:attribute name="visibility" type="visibilityAttType"/>
|
||||
<xs:simpleType name="visibilityAttType">
|
||||
<xs:restriction base="xs:NMTOKEN">
|
||||
<xs:enumeration value="off"/>
|
||||
<xs:enumeration value="inherit"/>
|
||||
<xs:enumeration value="on"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:attribute name="interactivity" type="interactivityAttType"/>
|
||||
<xs:simpleType name="interactivityAttType">
|
||||
<xs:restriction base="xs:NMTOKEN">
|
||||
<xs:enumeration value="off"/>
|
||||
<xs:enumeration value="inherit"/>
|
||||
<xs:enumeration value="on"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:attributeGroup name="stylePropertiesAttGroup">
|
||||
<xs:attribute ref="text-size"/>
|
||||
<xs:attribute ref="fill-color"/>
|
||||
<xs:attribute ref="intensity"/>
|
||||
<xs:attribute ref="stroke-color"/>
|
||||
<xs:attribute ref="stroke-weight"/>
|
||||
<xs:attribute ref="text-color"/>
|
||||
<xs:attribute ref="text-font"/>
|
||||
<xs:attribute ref="raster-intensity"/>
|
||||
</xs:attributeGroup>
|
||||
<xs:attribute name="text-size" type="xs:string"/>
|
||||
<xs:attribute name="fill-color" type="xs:string"/>
|
||||
<xs:attribute name="intensity" type="xs:string"/>
|
||||
<xs:attribute name="stroke-color" type="xs:string"/>
|
||||
<xs:attribute name="stroke-weight" type="xs:string"/>
|
||||
<xs:attribute name="text-color" type="xs:string"/>
|
||||
<xs:attribute name="text-font" type="xs:string"/>
|
||||
<xs:attribute name="raster-intensity" type="xs:string"/>
|
||||
<xs:element name="bindById" type="bindByIdType"/>
|
||||
<xs:complexType name="bindByIdType">
|
||||
<xs:sequence>
|
||||
<xs:element maxOccurs="unbounded" minOccurs="0" ref="linkuri"/>
|
||||
</xs:sequence>
|
||||
<xs:attribute ref="apsid" use="required"/>
|
||||
<xs:attribute ref="screentip"/>
|
||||
<xs:attribute ref="region"/>
|
||||
<xs:attribute ref="viewcontext"/>
|
||||
<xs:attribute ref="visibility"/>
|
||||
<xs:attribute ref="interactivity"/>
|
||||
<xs:attributeGroup ref="stylePropertiesAttGroup"/>
|
||||
</xs:complexType>
|
||||
<xs:element name="bindByName" type="bindByNameType"/>
|
||||
<xs:complexType name="bindByNameType">
|
||||
<xs:sequence>
|
||||
<xs:element maxOccurs="unbounded" minOccurs="0" ref="linkuri"/>
|
||||
</xs:sequence>
|
||||
<xs:attribute ref="apstargetname" use="required"/>
|
||||
<xs:attribute ref="screentip"/>
|
||||
<xs:attribute ref="region"/>
|
||||
<xs:attribute ref="viewcontext"/>
|
||||
<xs:attribute ref="visibility"/>
|
||||
<xs:attribute ref="interactivity"/>
|
||||
<xs:attributeGroup ref="stylePropertiesAttGroup"/>
|
||||
</xs:complexType>
|
||||
<xs:attribute name="apstargetname" type="xs:string"/>
|
||||
<xs:attribute name="id" type="xs:ID"/>
|
||||
<xs:attribute fixed="2.0" name="version" type="xs:string"/>
|
||||
<xs:attribute name="filename" type="xs:string"/>
|
||||
<xs:attribute name="background-color" type="xs:string"/>
|
||||
<xs:attribute name="pictureVisibility" type="pictureVisibilityAttType"/>
|
||||
<xs:simpleType name="pictureVisibilityAttType">
|
||||
<xs:restriction base="xs:NMTOKEN">
|
||||
<xs:enumeration value="off"/>
|
||||
<xs:enumeration value="on"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:schema>
|
||||
134
s1000d/Converter14_Source/Schemas/xlink.xsd
Normal file
134
s1000d/Converter14_Source/Schemas/xlink.xsd
Normal file
@@ -0,0 +1,134 @@
|
||||
<?xml version="1.0"?>
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" targetNamespace="http://www.w3.org/1999/xlink" elementFormDefault="qualified" attributeFormDefault="qualified">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Issue number: 4.0</xs:documentation>
|
||||
<xs:documentation>Issue date: 2008-08-01</xs:documentation>
|
||||
<xs:documentation>Release number: 2.0</xs:documentation>
|
||||
<xs:documentation>Release date: 2003-05-31</xs:documentation>
|
||||
<xs:documentation>URL: http://www.s1000d.org/S1000D_4-1/xml_schema_flat/xlink.xsd</xs:documentation>
|
||||
<xs:documentation>Copyright:
|
||||
Copyright (C) 2011 by each of the following organizations:
|
||||
1. AeroSpace and Defence Industries Associations of Europe - ASD.
|
||||
2. Ministries of Defence of the member countries of ASD.
|
||||
|
||||
Limitations of Liability:
|
||||
|
||||
1. This material is provided "As Is" and neither ASD nor any person who has contributed to the creation, revision or maintenance of the material makes any representations or warranties, express or implied, including but not limited to, warranties of merchantability or fitness for any particular purpose.
|
||||
2. Neither ASD nor any person who has contributed to the creation, revision or maintenance of this material shall be liable for any direct, indirect, special or consequential damages or any other liability arising from any use of this material.
|
||||
3. Revisions to this document may occur after its issuance. The user is responsible for determining if revisions to the material contained in this document have occurred and are applicable.
|
||||
</xs:documentation>
|
||||
<xs:documentation>Remarks: none</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:attribute name="actuate">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:NMTOKEN">
|
||||
<xs:enumeration value="onLoad"/>
|
||||
<xs:enumeration value="onRequest"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
<xs:element name="arc">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="type" fixed="arc"/>
|
||||
<xs:attribute ref="xlink:from"/>
|
||||
<xs:attribute ref="xlink:to"/>
|
||||
<xs:attributeGroup ref="xlink:XLINKBEH0"/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:attribute name="from" type="xs:NMTOKEN"/>
|
||||
<xs:attribute name="href" type="xs:string"/>
|
||||
<xs:attributeGroup name="HREFTITL">
|
||||
<xs:attribute ref="xlink:href"/>
|
||||
<xs:attribute ref="xlink:title"/>
|
||||
</xs:attributeGroup>
|
||||
<xs:attribute name="label" type="xs:NMTOKEN"/>
|
||||
<xs:element name="locator">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="type" fixed="locator"/>
|
||||
<xs:attribute ref="xlink:href" use="required"/>
|
||||
<xs:attribute ref="xlink:title"/>
|
||||
<xs:attribute ref="xlink:label" use="required"/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="resource">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="type" fixed="resource"/>
|
||||
<xs:attribute ref="xlink:title"/>
|
||||
<xs:attribute ref="xlink:label" use="required"/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:attribute name="show">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:NMTOKEN">
|
||||
<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="title" type="xs:string"/>
|
||||
<xs:attribute name="to" type="xs:NMTOKEN"/>
|
||||
<xs:attribute name="type">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:NMTOKEN">
|
||||
<xs:enumeration value="simple"/>
|
||||
<xs:enumeration value="extended"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
<xs:attributeGroup name="XLINKATT">
|
||||
<xs:attribute ref="xlink:type" default="simple"/>
|
||||
<xs:attributeGroup ref="xlink:HREFTITL"/>
|
||||
<xs:attributeGroup ref="xlink:XLINKBEH"/>
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="XLINKATT0">
|
||||
<xs:attribute ref="xlink:type" fixed="simple"/>
|
||||
<xs:attributeGroup ref="xlink:HREFTITL"/>
|
||||
<xs:attributeGroup ref="xlink:XLINKBEH0"/>
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="XLINKATT1">
|
||||
<xs:attribute ref="xlink:type" fixed="simple"/>
|
||||
<xs:attributeGroup ref="xlink:HREFTITL"/>
|
||||
<xs:attributeGroup ref="xlink:XLINKBEH1"/>
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="XLINKATT2">
|
||||
<xs:attribute ref="xlink:type" fixed="simple"/>
|
||||
<xs:attributeGroup ref="xlink:HREFTITL"/>
|
||||
<xs:attributeGroup ref="xlink:XLINKBEH2"/>
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="XLINKATT3">
|
||||
<xs:attribute ref="xlink:type" fixed="simple"/>
|
||||
<xs:attributeGroup ref="xlink:HREFTITL"/>
|
||||
<xs:attributeGroup ref="xlink:XLINKBEH"/>
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="XLINKATT4">
|
||||
<xs:attribute ref="xlink:type" default="simple"/>
|
||||
<xs:attributeGroup ref="xlink:HREFTITL"/>
|
||||
<xs:attributeGroup ref="xlink:XLINKBEH2"/>
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="XLINKBEH">
|
||||
<xs:attribute ref="xlink:show" default="replace"/>
|
||||
<xs:attribute ref="xlink:actuate" default="onRequest"/>
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="XLINKBEH0">
|
||||
<xs:attribute ref="xlink:show"/>
|
||||
<xs:attribute ref="xlink:actuate"/>
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="XLINKBEH1">
|
||||
<xs:attribute ref="xlink:show" fixed="embed"/>
|
||||
<xs:attribute ref="xlink:actuate" fixed="onLoad"/>
|
||||
</xs:attributeGroup>
|
||||
<xs:attributeGroup name="XLINKBEH2">
|
||||
<xs:attribute ref="xlink:show" default="new"/>
|
||||
<xs:attribute ref="xlink:actuate" default="onRequest"/>
|
||||
</xs:attributeGroup>
|
||||
<xs:group name="XLINKEXT">
|
||||
<xs:choice>
|
||||
<xs:element ref="xlink:resource"/>
|
||||
<xs:element ref="xlink:locator"/>
|
||||
<xs:element ref="xlink:arc"/>
|
||||
</xs:choice>
|
||||
</xs:group>
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user