Skip to content

Commit

Permalink
add process entrypoint #3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtauriello authored Feb 14, 2018
2 parents d2b2731 + 16bd250 commit a258b7b
Show file tree
Hide file tree
Showing 3 changed files with 15,961 additions and 0 deletions.
43 changes: 43 additions & 0 deletions process/ProjectFinancing/solar-ProjectFinancing_2018-02-09_r01.xsd
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Orange Button Taxonomy - ProjectFinancing-->
<xs:schema
attributeFormDefault="unqualified"
elementFormDefault="qualified"
targetNamespace="http://xbrl.us/Solar/v1.1/2018-02-09/solar-ProjectFinancing"
xmlns:link="http://www.xbrl.org/2003/linkbase"
xmlns:nonnum="http://www.xbrl.org/dtr/type/non-numeric"
xmlns:solar="http://xbrl.us/Solar/v1.1/2018-02-09/solar"
xmlns:solar-ProjectFinancing="http://xbrl.us/Solar/v1.1/2018-02-09/solar-ProjectFinancing"
xmlns:xbrldt="http://xbrl.org/2005/xbrldt"
xmlns:xbrli="http://www.xbrl.org/2003/instance"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>This schema contains the entry point for the ProjectFinancing</xs:documentation>
<xs:appinfo>
<link:roleType
id="roleType_ProjectFinancing"
roleURI="http://xbrl.us/Solar/v1.1/2018-02-09/roles/ProjectFinancing">
<link:definition>101830 - Process - Project Financing</link:definition>
<link:usedOn>link:presentationLink</link:usedOn>
<link:usedOn>link:definitionLink</link:usedOn>
</link:roleType>
<link:linkbaseRef
xlink:arcrole="http://www.w3.org/1999/xlink/properties/linkbase"
xlink:href="solar-ProjectFinancing_2018-02-09_r01_pre.xml"
xlink:role="http://www.xbrl.org/2003/role/presentationLinkbaseRef"
xlink:type="simple"/>
<link:linkbaseRef
xlink:arcrole="http://www.w3.org/1999/xlink/properties/linkbase"
xlink:href="solar-ProjectFinancing_2018-02-09_r01_def.xml"
xlink:role="http://www.xbrl.org/2003/role/definitionLinkbaseRef"
xlink:type="simple"/>
</xs:appinfo>
</xs:annotation>
<xs:import
namespace="http://www.xbrl.org/2003/instance"
schemaLocation="http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd"/>
<xs:import
namespace="http://xbrl.us/Solar/v1.1/2018-02-09/solar"
schemaLocation="../../core/solar_2018-02-09_r01.xsd"/>
</xs:schema>
Loading

0 comments on commit a258b7b

Please sign in to comment.