simpleType MFString
type list of xs:string
properties
base xs:string
used by
simpleTypes fontFamilyValues geoSystemEarthEllipsoidValues geoSystemType justifyChoices multiTextureFunctionValues multiTextureModeValues multiTextureSourceValues navigationTransitionTypeValues navigationTypeValues
attributes Background/@backUrl Background/@bottomUrl GeoLOD/@child1Url GeoLOD/@child2Url GeoLOD/@child3Url GeoLOD/@child4Url FontStyle/@family Background/@frontUrl MultiTexture/@function WorldInfo/@info HAnimHumanoid/@info Background/@leftUrl MultiTexture/@mode GeoViewpoint/@navType Anchor/@parameter Background/@rightUrl GeoLOD/@rootUrl MultiTexture/@source Text/@string GeoMetadata/@summary Background/@topUrl NavigationInfo/@transitionType NavigationInfo/@type MovieTexture/@url ExternProtoDeclare/@url Inline/@url ImageTexture/@url AudioClip/@url GeoMetadata/@url Anchor/@url X3DScriptNode/@url X3DUrlObject/@url MetadataString/@value
annotation
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.
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>


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