type | list of xs:string | ||
properties |
|
||
used by | |||
annotation |
|
||
source | <xs:simpleType name="MFString"> <xs:annotation> <xs:appinfo> <xs:attribute name="defaultValue" type="MFString" default=""/> <xs:pattern value="(\s|\S)*"/> <!-- TODO improve regex pattern --> MFString is an array of SFString values, each "quoted" and separated by whitespace. Individual SFString 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#SFStringAndMFString"/> </xs:annotation> <xs:list itemType="xs:string"/> <!-- TODO is a more restrictive expression possible? --> </xs:simpleType> |