complexType "exportsType"
Namespace:
Content:
empty, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string : "@id"
/>
All Direct / Indirect Based Elements (1):
exports
Known Usage Locations
Annotation
Indicates that an annotated type exports an application visible component.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="exportsType">
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute default="@id" name="identifier" type="xsd:string"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
identifier
Type:
xsd:string, predefined
Use:
optional
Defines an XPath query that can be executed against the node annotated with this type to determine the identifier of any exported component.
Attribute Value
Default:
"@id"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="@id" name="identifier" type="xsd:string"/>

type
Type:
xsd:string, predefined
Use:
optional
The type of the exported component. May be null if the type is not known until runtime.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="type" 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.