complexType "StructuredMixedGridResponseDomainType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
GridResponseDomain, NoDataByDefinition
All Direct / Indirect Based Elements (1):
StructuredMixedGridResponseDomain
Known Usage Locations
Annotation
Contains a mixture of response domains for the grid cells. Each response domain can be attached to a specific region of the grid, for example a single column or row. It is assumed that each cell will contain either a resonse domain or be declared as containing No Data By Definition. Any cell may also contain an internal label.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="StructuredMixedGridResponseDomainType">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="GridResponseDomain"/>
<xs:element ref="NoDataByDefinition"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
GridResponseDomain
Type:
GridResponseDomainType, complex content
Identifies a response type found in the grid and defines the cell or cells that contain it.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="GridResponseDomain"/>

NoDataByDefinition
Type:
GridAttachmentType, complex content
Identifies the cell or cells in the grid that by definition contain no response domains. These cells MAY contain a label.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="NoDataByDefinition"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set