14.06.2023

This commit is contained in:
Plotnikov
2023-06-14 18:08:32 +03:00
parent b0a0566f19
commit bdf6eab9ec
221 changed files with 203557 additions and 585 deletions

View 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/

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View 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>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View 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>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View 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>

View 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>