diff --git a/schema/pvcollada_schema_2.0.xsd b/schema/pvcollada_schema_2.0.xsd index 5cd1da0..ebc8d6d 100644 --- a/schema/pvcollada_schema_2.0.xsd +++ b/schema/pvcollada_schema_2.0.xsd @@ -733,6 +733,15 @@ xmlns:collada="http://www.collada.org/2008/03/COLLADASchema"> 1.0 + + + ESPG code for a projection to associate local coordinates (x,y,z) with geocoordinates (lat-long). Format as "ESPG:3857", for example. + The geocoordinates of the origin of the local coordinate system are specified in WG84 latitude, longitude and altitude in the root <COLLADA><asset><coverage> + block of data. Specify altitude as height above sea level, i.e., <altitude mode="absolute">. + The local coordinates of an object are distances in x (East), y (North), z (Up) from the origin. Apply the projection specified by the ESPG code to convert the origin latitude longitude to + the corresponding point in the projection, use that point to map local coordinates to their projection coordinates and then their geocoordinates. + + SIDREF for a COLLADA instance_geometry describing the project boundary.