Skip to content

Commit b2d732f

Browse files
committed
edits: cell architecture, remove transformation_vector
1 parent 8550394 commit b2d732f

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

schema/pvcollada_schema_0.1.xsd

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ xmlns:collada="http://www.collada.org/2008/03/COLLADASchema">
1212
<xs:enumeration value="cdTe" />
1313
</xs:restriction>
1414
</xs:simpleType>
15-
<xs:simpleType name="cell_structure_enum" final="restriction">
15+
<xs:simpleType name="cell_architecture_enum" final="restriction">
1616
<xs:restriction base="xs:string">
1717
<xs:enumeration value="single_junction" />
1818
<xs:enumeration value="heterojunction" />
19-
<xs:enumeration value="tandem" />
19+
<xs:enumeration value="IBC" />
20+
<xs:enumeration value="PERC" />
21+
<xs:enumeration value="TOPcon" />
22+
<xs:enumeration value="tandem-perovskite" />
2023
</xs:restriction>
2124
</xs:simpleType>
2225
<xs:simpleType name="conductor_material_type_enum" final="restriction">
@@ -128,9 +131,9 @@ xmlns:collada="http://www.collada.org/2008/03/COLLADASchema">
128131
<xs:documentation>Absorber type used in the module.</xs:documentation>
129132
</xs:annotation>
130133
</xs:element>
131-
<xs:element name="cell_structure" type="cell_structure_enum" minOccurs="0">
134+
<xs:element name="cell_architecture" type="cell_architecture_enum" minOccurs="0">
132135
<xs:annotation>
133-
<xs:documentation>Structure of the cell in the module.</xs:documentation>
136+
<xs:documentation>Architecture of the cell in the module.</xs:documentation>
134137
</xs:annotation>
135138
</xs:element>
136139
<xs:element name="bifacial_factor" type="xs:float" minOccurs="0">
@@ -650,17 +653,17 @@ xmlns:collada="http://www.collada.org/2008/03/COLLADASchema">
650653
</xs:element>
651654
<xs:element name="latitude" type="xs:float">
652655
<xs:annotation>
653-
<xs:documentation xml:lang="en">Degrees, positive for north of the equator.</xs:documentation>
656+
<xs:documentation xml:lang="en">Degrees, positive for north of the equator. Geolocation of the origin of the PV system coordinates</xs:documentation>
654657
</xs:annotation>
655658
</xs:element>
656659
<xs:element name="longitude" type="xs:float">
657660
<xs:annotation>
658-
<xs:documentation xml:lang="en">Degrees, positive for east of the prime meridian.</xs:documentation>
661+
<xs:documentation xml:lang="en">Degrees, positive for east of the prime meridian. Geolocation of the origin of the PV system coordinates</xs:documentation>
659662
</xs:annotation>
660663
</xs:element>
661-
<xs:element name="elevation" type="xs:float" minOccurs="0">
664+
<xs:element name="altitude" type="xs:float">
662665
<xs:annotation>
663-
<xs:documentation xml:lang="en">Meters above mean sea level (MSL).</xs:documentation>
666+
<xs:documentation xml:lang="en">Meters above mean sea level (MSL). Geolocation of the origin of the PV system coordinates</xs:documentation>
664667
</xs:annotation>
665668
</xs:element>
666669
<xs:element name="timezone" type="xs:string" minOccurs="0">
@@ -674,12 +677,7 @@ xmlns:collada="http://www.collada.org/2008/03/COLLADASchema">
674677
1.0</xs:documentation>
675678
</xs:annotation>
676679
</xs:element>
677-
<xs:element name="transformation_vector" type="collada:float3_type" default="0.0 0.0 0.0">
678-
<xs:annotation>
679-
<xs:documentation xml:lang="en">Vector from 3D origin to PV system coordinate origin.</xs:documentation>
680-
</xs:annotation>
681-
</xs:element>
682-
<xs:element name="coordinate_system" type="xs:string" minOccurs="0">
680+
<xs:element name="geocoordinate_system" type="xs:string" minOccurs="0">
683681
<xs:annotation>
684682
<xs:documentation xml:lang="en">EPSG code for 3D coordinate system, e.g., WGS-84.</xs:documentation>
685683
</xs:annotation>

0 commit comments

Comments
 (0)