attributeGroup "defaultEndpointAttributes"
Namespace:
Content:
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
at 12 locations
XML Representation Summary
<...
   
 = 
xsd:string
 = 
(xsd:string | xsd:int)
 = 
xsd:string
 = 
xsd:string
 = 
xsd:NMTOKENS
 = 
xsd:NMTOKENS
 = 
(xsd:string | xsd:boolean)
 = 
xsd:string
 = 
xsd:string
...>
Known Usage Locations
XML Source (w/o annotations (2); see within schema source)
<xsd:attributeGroup name="defaultEndpointAttributes">
<xsd:attributeGroup ref="restrictedEndpointAttributes"/>
<!-- these next two attributes are mutually exclusive and one is required.
but there is no way to define this in a schema...
-->
<!-- endpoint references - dynamically checked to make sure not top level -->
<xsd:attribute name="ref" type="xsd:string"/>
<!-- explicit or global endpoints -->
<xsd:attribute name="address" type="xsd:string"/>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 2/9)
address
Type:
xsd:string, predefined
Use:
optional
The generic address for this endpoint. If this attribute is used, the protocol must be specified as part of the URI. Alternatively, most transports provide their own attributes for specifying the address (path, host, etc.). Note that the address attribute cannot be combined with 'ref' or with the transport-provided alternative attributes.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="address" type="xsd:string"/>

ref
Type:
xsd:string, predefined
Use:
optional
A reference to a global endpoint, which is used as a template to construct this endpoint. A template fixes the address (protocol, path, host, etc.), and may specify initial values for various properties, but further properties can be defined locally (as long as they do not change the address in any way).
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="ref" type="xsd:string"/>

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.