complexType "scopedPropertyFilterType"
Namespace:
Content:
empty, 4 attributes
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    pattern
 = 
xsd:string
    caseSensitive
 = 
(xsd:string | xsd:boolean) : "true"
    scope
 = 
("inbound" | "invocation" | "outbound" | "session" | "application") : "outbound"
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  abstractFilterType (extension)
      patternFilterType (extension)
          caseSensitivePatternFilterType (extension)
              scopedPropertyFilterType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="scopedPropertyFilterType">
<xsd:complexContent>
<xsd:extension base="caseSensitivePatternFilterType">
<xsd:attribute default="outbound" name="scope">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="inbound"/>
<xsd:enumeration value="invocation"/>
<xsd:enumeration value="outbound"/>
<xsd:enumeration value="session"/>
<xsd:enumeration value="application"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/4)
scope
Type:
anonymous (restriction of xsd:NMTOKEN)
Use:
optional
Property scope to lookup the value from (default: outbound)
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"inbound", "invocation", "outbound", "session", "application"
Default:
"outbound"
Anonymous simpleType
Type Derivation Tree
xsd:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xsd:NMTOKEN
Facets:
enumeration:
"inbound", "invocation", "outbound", "session", "application"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="outbound" name="scope">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="inbound"/>
<xsd:enumeration value="invocation"/>
<xsd:enumeration value="outbound"/>
<xsd:enumeration value="session"/>
<xsd:enumeration value="application"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

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.