Viewing 2 posts - 1 through 3 (of 3 total)
Here is the main xsd file.
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.theia.org.uk/ILR/2011-12/1" targetNamespace="http://www.theia.org.uk/ILR/2011-12/1" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" id="ILR-2011-12">
<xs:include schemaLocation="ILR-HeaderDefinitions.xsd"/>
<xs:include schemaLocation="ILR-LearningProviderDefinitions.xsd"/>
<xs:include schemaLocation="ILR-LearnerDefinitions.xsd"/>
<xs:complexType name="MessageStructure">
<xs:sequence>
<xs:element name="Header" type="HeaderStructure"/>
<xs:element name="SourceFiles" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="SourceFile" type="SourceFileStructure" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="LearningProvider" type="LearningProviderStructure"/>
<xs:element name="LearnerDeletion" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element...
March 31, 2011 at 7:27 am
With the lack of response, this looks like this is not possible in SSIS.... :hehe:
March 30, 2011 at 6:29 am
Viewing 2 posts - 1 through 3 (of 3 total)