complexType "mappingInstanceType"
Namespace:
Content:
empty, 1 attribute
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<...
   
rsrcId
 = 
xsd:string
/>
Known Usage Locations
Annotation
Base for mapping resources generated by component instances.
Either a reference to the resource is emitted (for LLINK targets)
or the resource expression is emitted (for STRUCT targets).
Type Definition Detail
Type Derivation Summary
  mappingInstanceType (extension)
XML Source
<xsd:complexType name="mappingInstanceType">
<xsd:annotation>
<xsd:documentation>
Base for mapping resources generated by component instances.
Either a reference to the resource is emitted (for LLINK targets)
or the resource expression is emitted (for STRUCT targets).
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="twoWayMappingType">
<xsd:attribute name="rsrcId" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>If specified, which particular resource to match.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail
rsrcId
If specified, which particular resource to match.
Type:
xsd:string
Use:
optional
Defined:
locally, within this complexType
XML Source
<xsd:attribute name="rsrcId" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>If specified, which particular resource to match.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>