element <mapIntoProperty>
Namespace:
Type:
Content:
complex, 1 attribute, 1 element
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<mapIntoProperty
   
property
 = 
xsd:string
   
>
   
Content: 
</mapIntoProperty>
May contain elements (1):
May be included in elements (4):
Known Usage Locations
Annotation
Delve into a property path without generating any resources.
Embedded Type Detail
Type Derivation Summary
  complexType
XML Source
<xsd:element name="mapIntoProperty" substitutionGroup="twoWayMapping">
<xsd:annotation>
<xsd:documentation>
Delve into a property path without generating any resources.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="twoWayMappingType">
<xsd:sequence>
<xsd:element ref="twoWayMapping"/>
</xsd:sequence>
<xsd:attribute name="property" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>The property path providing the value.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail
property
The property path providing the value.
Type:
xsd:string
Use:
required
Defined:
locally, within this element
XML Source
<xsd:attribute name="property" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>The property path providing the value.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail
twoWayMapping
Type:
twoWayMappingType, empty content
Defined:
by reference, within this element
XML Source
<xsd:element ref="twoWayMapping"/>