complexType "scopedPropertyFilterType"
Namespace:
Content:
complex, 4 attributes, attr. wildcard, 1 element
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
(xsd:string | xsd:boolean) : "true"
 = 
("inbound" | "invocation" | "outbound" | "session" | "application") : "outbound"
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?
</...>
Content Model Elements (1):
annotations
All Direct / Indirect Based Elements (1):
message-property-filter
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
      commonFilterType (extension)
          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 within this component only; 1/5)
scope
Type:
anonymous simpleType (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 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.