<?xml version='1.0' encoding='utf-8'?>
<!--

$Workfile: $

$Author: Dan Vint $
$Date: $

Version Number
______________

   $Revision: $

COPYRIGHT NOTICE
________________

(c) 2005 ACORD.  All Rights Reserved.
   http://www.acord.org

Last Modification
   $Modtime: $

$Log: $

-->

<xsl:stylesheet version="1.0" 
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	      xmlns:xsd = "http://www.w3.org/2001/XMLSchema"
>
<xsl:output method="xml" indent="yes" encoding="UTF-8" version="1.0" />

<xsl:template match="/">
	<xsl:comment xml:space="preserve">
This is the ACORD P&amp;C Business Message specification's Schema. 
This file is based upon:

       Version: <xsl:value-of select="ACORD-Metadata/@version"/> of the specification
       Generated on: <xsl:value-of select="ACORD-Metadata/@genDate"/>


COPYRIGHT NOTICE:
<xsl:value-of select="//CopyrightNotice"/>

<xsl:value-of select="//SchemaCopyrightStatement"/>

</xsl:comment>

<xsd:schema  xmlns:xsd="http://www.w3.org/2001/XMLSchema" >
	<xsl:attribute name="elementFormDefault" namespace="http://www.w3.org/2001/XMLSchema"><xsl:value-of select="SchemaFile/@elementForm"/></xsl:attribute>
	<xsl:attribute name="attributeFormDefault"><xsl:value-of select="SchemaFile/@attributeForm"/></xsl:attribute>

</xsd:schema>

</xsl:template>


</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2005. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="MetaData&#x2D;SampleStream&#x2D;1.xml" htmlbaseurl="" outputurl="" processortype="internal" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext=""/></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/><MapperBlockPosition></MapperBlockPosition></MapperMetaTag>
</metaInformation>
-->