complexType "exportsType"
Namespace:
Content:
empty, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    type
 = 
xsd:string
    identifier
 = 
xsd:string : "@id"
/>
All Direct / Indirect Based Elements (1):
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 in 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 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.