element <sourceMapping>
Namespace:
Type:
embedded complexType
Content:
complex, 2 elements
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<sourceMapping>
   
Content: 
</sourceMapping>
May contain elements (2):
May be included in elements (1):
Known Usage Locations
Annotation
The sourceMapping element defines a particular style of source generation
which consists of automatic generation of source by structurally
mapping a component instance to a source definition.
XML Source
<xsd:element name="sourceMapping">
<xsd:annotation>
<xsd:documentation>
The sourceMapping element defines a particular style of source generation
which consists of automatic generation of source by structurally
mapping a component instance to a source definition.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element ref="mapResource"/>
<xsd:element ref="select"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail
mapResource
Type:
embedded (extension of mappingResourceType), complex content
Defined:
by reference, within this element
XML Source
<xsd:element ref="mapResource"/>

select
Type:
embedded, complex content
Defined:
by reference, within this element
XML Source
<xsd:element ref="select"/>