Definition Type: Group
Name: XMLRecord
Namespace: http://www.opengis.net/cv/0.2.1
Containing Schema: cv.xsd
Documentation:
Convenience group that bundles all the soft-typed XML-encoded aggregates and coverages into a choice group
Collapse XSD Schema Diagram:
Drilldown into CV_DiscreteCoverage Drilldown into Array Drilldown into Record Drilldown into ItemXSD Diagram of XMLRecord
Collapse XSD Schema Code:
<xs:group name="XMLRecord">
    <xs:annotation>
        <xs:documentation>Convenience group that bundles all the soft-typed XML-encoded aggregates and coverages into a choice group</xs:documentation>
    </xs:annotation>
    <xs:choice>
        <xs:group ref="swe:XMLData" />
        <xs:element ref="cv:CV_DiscreteCoverage" />
    </xs:choice>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Item swe:Item (1) (1)
Record swe:Record (1) (1)
Array swe:Array (1) (1)
CV_DiscreteCoverage cv:CV_DiscreteCoverage (1) (1)
<xs:group> swe:XMLData (1) (1)
Collapse Comments:
blog comments powered by Disqus