simpleType "nonBlankString"
Namespace:
Defined:
globally in mule.xsd; see XML source
Used:
at 12 locations
Simple Content Model
xsd:string
All Direct / Indirect Based Attributes (12):
abstractFlowConstructType/@name, flowType/@name,
Known Usage Locations
Annotation
A custom xsd:string-like type that cannot be empty.
Type Definition Detail
Type Derivation Tree
union of (restriction of xsd:string)
  nonBlankString
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xsd:string
    Facets:
    pattern:
    .*[^ ]+.*
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="nonBlankString">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value=".*[^ ]+.*"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.