simpleType "substitutableClass"
Namespace:
Defined:
globally in mule.xsd; see XML source
Used:
at 50 locations
Simple Content Model
xsd:string | xsd:string
All Direct / Indirect Based Attributes (50):
custom-aggregator/@class, customQueueStoreType/@class,
Known Usage Locations
Annotation
A custom xsd:NMTOKEN-like type that also allows for Ant-style property placeholders and a leading "[".
Type Definition Detail
Type Derivation Tree
union of (restriction of propertyPlaceholderType | restriction of xsd:string)
  substitutableClass
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
  2. anonymous simpleType:
    Derivation:
    restriction of xsd:string
    Facets:
    pattern:
    \[?[A-Za-z0-9_\.$]+
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="substitutableClass">
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="propertyPlaceholderType"/>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\[?[A-Za-z0-9_\.$]+"/>
</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.