<!--
This is the ACORD Document Repository Interface
**** version 1.2.0 Schema slice for RLC ****
Generated: January 24, 2007
COPYRIGHT NOTICE:
(c) 2001-2007 ACORD. All Rights Reserved.
IMPORTANT NOTE: Please be advised that this document and your use of it is governed, and you are bound, by the Terms and Conditions of Use accessible at [http://legal.acord.org/terms.pdf].
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.ACORD.org/Standards/AcordMsgSvc/1" targetNamespace="http://www.ACORD.org/Standards/AcordMsgSvc/1" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.3.0">
<xs:include schemaLocation="AcordMsgSvc_base_v-1-5-0.xsd"/>
<!--Simple and complex types-->
<xs:complexType name="SupportingDocument_Type">
<xs:sequence>
<xs:choice>
<xs:element ref="DocumentId"/>
<xs:element ref="DocumentReference"/>
</xs:choice>
<xs:element ref="DocumentVersion" minOccurs="0"/>
<xs:element ref="DocumentVersionDtTime" minOccurs="0"/>
<xs:element ref="DocumentURL" minOccurs="0"/>
<xs:element ref="FileId" minOccurs="0"/>
<xs:element ref="FileFormatCd" minOccurs="0"/>
<xs:element ref="FileSize" minOccurs="0"/>
<xs:element ref="DocumentTypeCd" minOccurs="0"/>
<xs:element ref="Description" minOccurs="0"/>
<xs:element ref="ParentDocument" minOccurs="0"/>
<xs:element ref="Owner" minOccurs="0"/>
<xs:element ref="Originator" minOccurs="0"/>
<xs:element ref="CommunicationChannelCd" minOccurs="0"/>
<xs:element ref="Operator" minOccurs="0"/>
<xs:element ref="RepositoryService" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<!--Elements-->
<xs:element name="SupportingDocument" type="SupportingDocument_Type"/>
</xs:schema>
|