simpleType MFColorRGBA
type restriction of xs:string
properties
base xs:string
used by
attribute ColorRGBA/@color
facets
Kind Value Annotation
whiteSpace collapse
pattern (\s)*((([+-]?((0(\.[0-9]*)?|\.[0-9]+)|1(\.0*)?)([Ee][+-]?[0-9]+)?)(\s)+){3}([+-]?((0(\.[0-9]*)?|\.[0-9]+)|1(\.0*)?)([Ee][+-]?[0-9]+)?)\s*,?\s*)*
annotation
appinfo
<xs:attribute name="defaultValue" type="MFColorRGBA" default=""/>
MFColorRGBA specifies zero or more SFColorRGBA 4-tuples, where
each color value is an RGBA 4-tuple of floating point numbers in range [0,1].
Alpha (opacity) values = (1 - transparency).
The default value of an uninitialized MFColor field is the empty list.
Individual SFColorRGBA array values are optionally separated by commas in XML syntax.
source <xs:simpleType name="MFColorRGBA">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="defaultValue" type="MFColorRGBA" default=""/>
MFColorRGBA specifies zero or more SFColorRGBA 4-tuples, where
each color value is an RGBA 4-tuple of floating point numbers in range [0,1].
Alpha (opacity) values = (1 - transparency).
The default value of an uninitialized MFColor field is the empty list.
Individual SFColorRGBA array values are optionally separated by commas in XML syntax.
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/fieldsDef.html#SFColorRGBAAndMFColorRGBA"/>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:whiteSpace value="collapse"/>
   
<xs:pattern value="(\s)*((([+-]?((0(\.[0-9]*)?|\.[0-9]+)|1(\.0*)?)([Ee][+-]?[0-9]+)?)(\s)+){3}([+-]?((0(\.[0-9]*)?|\.[0-9]+)|1(\.0*)?)([Ee][+-]?[0-9]+)?)\s*,?\s*)*"/>
   
<!-- min/max Inclusive/Exclusive range limits not validatable by XML Schema against string array -->
 
</xs:restriction>
</xs:simpleType>


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