type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="MFImage"> <xs:annotation> <xs:appinfo> <xs:attribute name="defaultValue" type="MFImage" default=""/> <xs:pattern value="\s*(([+]?(0|[1-9][0-9]*)([Ee][+]?[0-9]+)?\s+){2}[+]?[0-4](\s+(0x[0-9a-fA-F]{1,16}|[+]?(0|[1-9][0-9]*)([Ee][+]?[0-9]+)?))*\s*,?\s*)*"/> MFImage is an array of SFImage values. </xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/fieldsDef.html#SFImageAndMFImage"/> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="5"/> <xs:whiteSpace value="collapse"/> </xs:restriction> </xs:simpleType> |