2023-INGIPRO-docs/XSD/forms/GenericDocument.xsd

59 lines
2.6 KiB
XML
Raw Normal View History

2024-06-07 20:33:18 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:base="http://www.ingipro.com/test/base"
xmlns:doc="http://www.ingipro.com/test/doc"
xmlns:share="http://www.ingipro.com/test/share"
xmlns:sem="http://www.ingipro.com/test/sem"
xmlns:forms="http://www.ingipro.com/test/forms"
targetNamespace="http://www.ingipro.com/test/forms">
<xs:import namespace="http://www.ingipro.com/test/base" schemaLocation="D:\DEV\!WORK\INGIPRO\XSD\platform\PlatformBasics.xsd"/>
<xs:import namespace="http://www.ingipro.com/test/doc" schemaLocation="D:\DEV\!WORK\INGIPRO\XSD\platform\DocumentationElements.xsd"/>
<xs:import namespace="http://www.ingipro.com/test/sem" schemaLocation="D:\DEV\!WORK\INGIPRO\XSD\platform\SemanticElements.xsd"/>
<xs:import namespace="http://www.ingipro.com/test/share" schemaLocation="D:\DEV\!WORK\INGIPRO\XSD\platform\CommonTypes.xsd"/>
<xs:element name="Document" type="doc:Document">
</xs:element>
<xs:complexType name="Parties">
<xs:annotation><xs:documentation xml:lang="ru">
<term>стороны-участники</term>
</xs:documentation></xs:annotation>
<xs:sequence>
<xs:element name="Ground" type="doc:Ground" maxOccurs="unbounded"/>
<xs:element name="List">
<xs:complexType>
<xs:annotation><xs:appinfo>
<parentSchema>base:List</parentSchema>
</xs:appinfo></xs:annotation>
<xs:sequence>
<xs:element name="Party" type="sem:ConstructionParty" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="elementType" fixed="RecurringElement" type="doc:ElementType" use="required"/>
</xs:complexType>
<xs:complexType name="Participants">
<xs:annotation><xs:documentation xml:lang="ru">
<term>представители, принимающие участие в документируемой деятельности</term>
</xs:documentation></xs:annotation>
<xs:sequence>
<xs:element name="List">
<xs:complexType>
<xs:annotation><xs:appinfo>
<parentSchema>base:List</parentSchema>
</xs:appinfo></xs:annotation>
<xs:sequence>
<xs:element name="Representative" type="sem:Representative" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="elementType" fixed="PrimaryElement" type="doc:ElementType" use="required"/>
</xs:complexType>
</xs:schema>