2.2.147.4 solutionType

The solutionType simple type specifies restrictions for an attribute that, if present, MUST be ignored.

Referenced By

solutionDefinition.xsf2.2.147.8@solutionType

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="solutionType">
   <xsd:restriction base="xsd:NMTOKEN">
     <xsd:pattern value="[a-zA-Z0-9]*"/>
   </xsd:restriction>
 </xsd:simpleType>