simpleType colorSpaceChoices
type restriction of SFString
properties
base SFString
used by
attribute GaussianSplats/@colorSpace
facets
Kind Value Annotation
enumeration SRGB_REC709_DISPLAY
appinfo
color space of the reconstructed color values
enumeration LIN_REC709_DISPLAY
appinfo
color space of the reconstructed color values
annotation
appinfo

        Permitted values for GaussianSplats colorSpace field, indicating color space of the reconstructed color values.
        This list is bounded, no additional values are allowed.
     
source <xs:simpleType name="colorSpaceChoices">
 
<xs:annotation>
   
<xs:appinfo>
        Permitted values for GaussianSplats colorSpace field, indicating color space of the reconstructed color values.
        This list is bounded, no additional values are allowed.
     
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4.1-CD/Part01/components/GaussianSplats.html#GaussianSplats"/>
 
</xs:annotation>
 
<xs:restriction base="SFString">
   
<xs:enumeration value="SRGB_REC709_DISPLAY">
     
<xs:annotation>
       
<xs:appinfo>color space of the reconstructed color values</xs:appinfo>
       
<xs:documentation source="https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_gaussian_splatting/README.md#color-space"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="LIN_REC709_DISPLAY">
     
<xs:annotation>
       
<xs:appinfo>color space of the reconstructed color values</xs:appinfo>
       
<xs:documentation source="https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_gaussian_splatting/README.md#color-space"/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy