element batch_allocation

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

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="batch_allocation">
    <
xs:annotation>
        <
xs:documentation>
Container for SNPs that are allocated by the DCC to a lab for genotyping,
or other kinds of things that need to be allocated in some way.
        
</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"/>
            <
xs:choice>
                <
xs:element name="snps">
                    <
xs:complexType>
                        <
xs:sequence>
<!--
Only SNPs here at this time. More may be added-->
                            <
xs:element ref="snp" minOccurs="1" maxOccurs="unbounded"/>
                        </
xs:sequence>
                    </
xs:complexType>
                </
xs:element>
            </
xs:choice>
        </
xs:sequence>
<!--
DCC-assigned LSID for this allocation batch-->
        <
xs:attribute name="lsid" type="lsidType" use="required"/>
    </
xs:complexType>
</
xs:element>


Documentation

Container for SNPs that are allocated by the DCC to a lab for genotyping,
or other kinds of things that need to be allocated in some way.


element batch_allocation


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.