complexType "mappingArrayType"
Namespace:
Content:
complex, 2 elements
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Elements (2):
Known Usage Locations
Annotation
Base for mapping arrays from sequence properties or component instance children.
Type Definition Detail
Type Derivation Summary
  mappingArrayType (extension)
XML Source
<xsd:complexType name="mappingArrayType">
<xsd:annotation>
<xsd:documentation>
Base for mapping arrays from sequence properties or component instance children.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="twoWayMappingType">
<xsd:sequence>
<xsd:choice maxOccurs="1" minOccurs="0">
<xsd:element ref="twoWayMapping">
<xsd:annotation>
<xsd:documentation>
This is restricted to mapXXXElement, mapElementFromType, or mapIntoProperty, but we can't represent this in XSD.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="select"/>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail
select
Type:
embedded, complex content
Defined:
by reference, within this complexType
XML Source
<xsd:element ref="select"/>

twoWayMapping
This is restricted to mapXXXElement, mapElementFromType, or mapIntoProperty, but we can't represent this in XSD.
Type:
twoWayMappingType, empty content
Defined:
by reference, within this complexType
XML Source
<xsd:element ref="twoWayMapping">
<xsd:annotation>
<xsd:documentation>
This is restricted to mapXXXElement, mapElementFromType, or mapIntoProperty, but we can't represent this in XSD.
</xsd:documentation>
</xsd:annotation>
</xsd:element>