complexType "mappingReferenceType"
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 references to resources generated by component instances.
Type Definition Detail
Type Derivation Summary
  mappingReferenceType (extension)
XML Source
<xsd:complexType name="mappingReferenceType">
<xsd:annotation>
<xsd:documentation>
Base for mapping references to resources generated by component instances.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="twoWayMappingType">
<xsd:attribute name="rsrcId" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
If defined, tells which particular generated resource to reference.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail
rsrcId
If defined, tells which particular generated resource to reference.
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 defined, tells which particular generated resource to reference.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>