<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wfs="http://www.opengis.net/wfs" xmlns:gml="http://www.opengis.net/gml" xmlns="http://www.fgdc.gov/framework/gc" xmlns:saxon="http://icl.com/saxon">
	<xsl:output method="xml" standalone="yes" omit-xml-declaration="no" encoding="ISO-8859-1"/>
	<xsl:param name="list"/>
	<xsl:param name="first"/>
	<xsl:template match="/">
<schema
   targetNamespace="http://www.fgdc.gov/framework/geodeticControl" 
   xmlns:ge="http://www.fgdc.gov/framework/geodeticControl" 
   xmlns:gc="http://www.fgdc.gov/framework/gc" 
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   xmlns="http://www.w3.org/2001/XMLSchema"
   xmlns:gml="http://www.opengis.net/gml"
   elementFormDefault="qualified" version="0.1" >

  <import namespace="http://www.opengis.net/gml"
          schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/feature.xsd" />
<xsd:import namespace="http://www.fgdc.gov/framework/gc" schemaLocation="http://maps.sco.wisc.edu/schemas/gc_uml20051216.xsd"/> 
<element name="ControlPoints" type="ge:ControlPointsCollectionType" />
<complexType name="ControlPointsCollectionType">
	<complexContent>
	<extension base="gml:AbstractFeatureCollectionType">
<attribute name="version" type="string" use="required" fixed="1.0.0"/>
</extension>
</complexContent>
</complexType> 
<xsd:element name="ControlPoint" type="gc:ControlPoint" substitutionGroup="gml:_Feature"/>
</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="no" externalpreview="no" url="file:///c:/Documents and Settings/jpchapiewsky/Desktop/test.xml" htmlbaseurl="" outputurl="" processortype="internal" useresolver="yes" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator=""/></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no" ><SourceSchema srcSchemaPath="..\..\..\Documents and Settings\jpchapiewsky\Desktop\test.xml" srcSchemaRoot="FeatureCollection" AssociatedInstance="" loaderFunction="document" loaderFunctionUsesURI="no"/></MapperInfo><MapperBlockPosition><template match="/"><block path="ControlPoints/gml:featureMember/xsl:for&#x2D;each" x="328" y="192"/></template></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
</metaInformation>
-->
