Skip to content

Instantly share code, notes, and snippets.

@rjplevin
rjplevin / project-schema.xsd
Created August 20, 2016 17:56
pygcam XML schema definitions
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema' elementFormDefault='qualified'>
<xs:simpleType name="runForType">
<xs:restriction base="xs:string">
<xs:enumeration value="baseline"/>
<xs:enumeration value="policy"/>
<xs:enumeration value="all"/>
</xs:restriction>
</xs:simpleType>
@rjplevin
rjplevin / project-schema.xsd
Created August 20, 2016 17:56
pygcam XML schema definitions
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema' elementFormDefault='qualified'>
<xs:simpleType name="runForType">
<xs:restriction base="xs:string">
<xs:enumeration value="baseline"/>
<xs:enumeration value="policy"/>
<xs:enumeration value="all"/>
</xs:restriction>
</xs:simpleType>