element <mapInstanceType>
Namespace:
Type:
Content:
empty, 2 attributes
Defined:
globally within component.xsd, see XML source
Used:
never
XML Representation Summary
<mapInstanceType
   
rsrcId
 = 
xsd:string
   
typeId
 = 
xsd:string
/>
Annotation
Map resources for an instance.
Embedded Type Detail
Type Derivation Summary
  mappingInstanceType (extension)
      complexType
XML Source
<xsd:element name="mapInstanceType" substitutionGroup="twoWayMapping">
<xsd:annotation>
<xsd:documentation>Map resources for an instance.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="mappingInstanceType">
<xsd:attribute name="typeId" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
Identifies the id for this particular kind of type mapping.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</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

typeId
Identifies the id for this particular kind of type mapping.
Type:
xsd:string
Use:
optional
Defined:
locally, within this element
XML Source
<xsd:attribute name="typeId" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
Identifies the id for this particular kind of type mapping.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>