Namespace: |
|
Type: |
embedded complexType |
Content: |
|
Defined: |
globally within component.xsd, see XML source |
Used: |
at 1 location |
XML Representation Summary |
|||||
<choice |
|||||
value | = |
xsd:string |
|||
> |
|||||
|
|||||
</choice> |
<xsd:element name="choice"> <xsd:annotation> <xsd:documentation> This defines a decision in the select element. If the "value" attribute matches the value obtained in the select element, the choice is matched and its mapping elements instantiated. </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:choice maxOccurs="unbounded" minOccurs="0"> </xsd:choice> </xsd:sequence> <xsd:annotation> <xsd:documentation> The value to match. If unspecified, the choice always matches. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> |
Type: |
xsd:string |
Use: |
optional |
Defined: |
locally, within this element |
<xsd:attribute name="value" type="xsd:string" use="optional"> <xsd:annotation> <xsd:documentation> The value to match. If unspecified, the choice always matches. </xsd:documentation> </xsd:annotation> </xsd:attribute> |
Type: |
|
Defined: |
by reference, within this element |
<xsd:element ref="mapResource"/> |
Type: |
twoWayMappingType, empty content |
Defined: |
by reference, within this element |
<xsd:element ref="twoWayMapping"/> |