88 lines
4.0 KiB
XML
88 lines
4.0 KiB
XML
<?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:include schemaLocation="D:\DEV\!WORK\INGIPRO\XSD\forms\GenericAct.xsd"/>
|
|
|
|
<xs:element name="ActHiddenTask" type="forms:ActHiddenTask">
|
|
<xs:annotation><xs:documentation xml:lang="ru">
|
|
<term>акт освидетельствования скрытых работ</term>
|
|
</xs:documentation></xs:annotation>
|
|
</xs:element>
|
|
|
|
<xs:complexType name="ActHiddenTask">
|
|
<xs:annotation><xs:appinfo>
|
|
<parentSchema>forms:Act</parentSchema>
|
|
</xs:appinfo></xs:annotation>
|
|
<xs:sequence>
|
|
<xs:element name="DocumentLink" type="base:ExternalLink" minOccurs="0" maxOccurs="unbounded"/>
|
|
<xs:element name="DocumentTitle" type="doc:DocumentTitle"/>
|
|
<xs:element name="DocumentIndex" type="doc:DocumentIndex"/>
|
|
<xs:element name="DateIssue" type="base:Date"/>
|
|
<xs:element name="DocumentGround" type="doc:Ground" minOccurs="0" maxOccurs="unbounded"/>
|
|
|
|
<xs:element name="Body">
|
|
<xs:complexType><xs:sequence>
|
|
<xs:element name="CapitalConstructionObject" type="forms:CapitalConstructionObject"/>
|
|
<xs:element name="Parties" type="forms:Parties"/>
|
|
<xs:element name="Participants" type="forms:Participants"/>
|
|
|
|
<xs:element name="Contents">
|
|
<xs:annotation><xs:documentation xml:lang="ru">
|
|
<term>содержание акта</term>
|
|
</xs:documentation></xs:annotation>
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Entity" type="forms:HiddenTask"/>
|
|
</xs:sequence>
|
|
<xs:attribute name="elementType" fixed="PrimaryElement" type="doc:ElementType" use="required"/>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:sequence></xs:complexType>
|
|
</xs:element>
|
|
|
|
<xs:element name="AttachmentsList" type="doc:AttachmentsList" minOccurs="0"/>
|
|
<xs:element name="Signature" type="doc:SignatureProperty" maxOccurs="unbounded"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
|
|
<xs:complexType name="HiddenTask">
|
|
<xs:sequence>
|
|
<xs:element name="TaskExecutor" type="base:String"/>
|
|
<xs:element name="DateStart" type="base:Date"/>
|
|
<xs:element name="DateFinish" type="base:Date"/>
|
|
<xs:element name="TasksComplete" type="forms:TasksList">
|
|
<xs:annotation><xs:documentation xml:lang="ru">
|
|
<term>перечень освидетельствуемых скрытых работ</term>
|
|
</xs:documentation></xs:annotation>
|
|
</xs:element>
|
|
<xs:element name="ProjectReferences" type="forms:ProjectReferences"/>
|
|
<xs:element name="MaterialsUsed" type="forms:MaterialsUsed"/>
|
|
<xs:element name="Evidence" type="forms:Evidence"/>
|
|
|
|
<xs:element name="Verdict">
|
|
<xs:annotation><xs:appinfo>
|
|
<parentSchema>forms:Verdict</parentSchema>
|
|
</xs:appinfo></xs:annotation>
|
|
<xs:complexType><xs:sequence>
|
|
<xs:element name="ComplianceReferences" type="forms:ComplianceReferences"/>
|
|
<xs:element name="GreenlightTasks" type="forms:GreenlightTasks" nillable="true"/>
|
|
</xs:sequence></xs:complexType>
|
|
</xs:element>
|
|
|
|
<xs:element name="AdditionalInfo" type="forms:AdditionalInfo" nillable="true"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
|
|
</xs:schema> |