element genotype_submission

element {http://www.hapmap.org}genotype_submission

Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Target Namespacehttp://www.hapmap.org
Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema
xmlns=http://www.hapmap.org


Source

<xs:element name="genotype_submission">
    <
xs:annotation>
        <
xs:documentation>Container for batch submission data of various kinds.</xs:documentation>
    </
xs:annotation>
    <
xs:complexType>
        <
xs:sequence>
<!--
Common header for batch_type thingies. See element_groups.xsd for details-->
            <
xs:group ref="batch_infoGroup"/>
<!--
Below header there can be *one* kind of records to be submitted (or allocated)
with a type-specific wrapper element (<snps>, <genotypes>, and so on). See below
for full list of allowed record types (self-explanatory, except for <lsids>, see below)
-->
            <
xs:element name="genotypes">
                <
xs:complexType>
                    <
xs:sequence>
                        <
xs:element maxOccurs="unbounded" minOccurs="1" ref="genotype_set"/>
                    </
xs:sequence>
                    <
xs:attribute name="protocol" type="lsidType" use="required"/>
                </
xs:complexType>
            </
xs:element>
        </
xs:sequence>
<!--
submitter-assigned unique LSID for the batch-->
        <
xs:attribute name="lsid" type="lsidType" use="required"/>
    </
xs:complexType>
</
xs:element>


Documentation

Container for batch submission data of various kinds.


element genotype_submission


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.