Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: How to create a XML file based on XSDs in SSIS?

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

  • RE: How can I create and export a XML file based on XSDs in SSIS

    With the lack of response, this looks like this is not possible in SSIS.... :hehe:

Viewing 2 posts - 1 through 3 (of 3 total)