simpleType MFString
type list of xs:string
properties
base xs:string
used by
simpleTypes appliedParametersChoices fontFamilyValues forceOutputValues geoSystemEarthEllipsoidValues geoSystemType justifyChoices layoutAlignChoices layoutScaleModeChoices layoutUnitsChoices multiTextureFunctionValues multiTextureModeValues multiTextureSourceValues navigationTransitionTypeValues navigationTypeValues pickableObjectTypeValues
attributes Contact/@appliedParameters CollisionCollection/@appliedParameters Background/@backUrl Background/@bottomUrl GeoLOD/@child1Url GeoLOD/@child2Url GeoLOD/@child3Url GeoLOD/@child4Url FontStyle/@family ScreenFontStyle/@family X3DRigidJointNode/@forceOutput Background/@frontUrl MultiTexture/@function HAnimHumanoid/@info WorldInfo/@info Background/@leftUrl MultiTexture/@mode X3DPickSensorNode/@objectType X3DPickableObject/@objectType X3DLayerNode/@objectType PickableGroup/@objectType Anchor/@parameter Background/@rightUrl GeoLOD/@rootUrl MultiTexture/@source Text/@string GeoMetadata/@summary Background/@topUrl NavigationInfo/@transitionType NavigationInfo/@type Anchor/@url AudioClip/@url DISEntityTypeMapping/@url ExternProtoDeclare/@url GeoMetadata/@url PackagedShader/@url ShaderPart/@url ShaderProgram/@url ImageCubeMapTexture/@url ImageTexture3D/@url MovieTexture/@url Inline/@url BufferAudioSource/@url X3DUrlObject/@url ImageTexture/@url X3DScriptNode/@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/specifications/X3Dv4/ISO-IEC19775-1v4-IS/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