simpleType "propertyPlaceholderType"
Namespace:
Defined:
globally in mule.xsd; see XML source
Used:
Simple Content Model
xsd:string
Simple Content Restrictions:
Pattern:
(\#\[[^\]]+\]|\$\{[^\}]+\})

Known Direct Subtypes (6):
Known Indirect Subtypes (1):
All Direct / Indirect Based Attributes (266):
Known Usage Locations
Annotation
A type that defines a Mule-style property placeholder.
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  propertyPlaceholderType
Derivation:
restriction of xsd:string
Facets:
pattern:
(\#\[[^\]]+\]|\$\{[^\}]+\})
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="propertyPlaceholderType">
<xsd:restriction base="xsd:string">
<xsd:pattern value="(\#\[[^\]]+\]|\$\{[^\}]+\})"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.