element <mapInstanceElement>
Namespace:
Type:
Content:
empty, 1 attribute
Defined:
globally within component.xsd, see XML source
Used:
never
XML Representation Summary
<mapInstanceElement
   
rsrcId
 = 
xsd:string
/>
Annotation
Map an instance's resources to an array element.
Embedded Type Detail
Type Derivation Summary
  mappingInstanceType (extension)
      complexType
XML Source
<xsd:element name="mapInstanceElement" substitutionGroup="twoWayMapping">
<xsd:annotation>
<xsd:documentation>Map an instance's resources to an array element.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="mappingInstanceType"/>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail
rsrcId
If specified, which particular resource to match.
Type:
xsd:string
Use:
optional
Defined:
locally, within mappingInstanceType complexType