group genomic_locationGroup

group {http://www.hapmap.org}genomic_locationGroup

Target Namespacehttp://www.hapmap.org
Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema
xmlns=http://www.hapmap.org


Source

<xs:group name="genomic_locationGroup">
    <
xs:annotation>
        <
xs:documentation>
Common fields to describe the location of an item on a genome assembly.
Specifies assembly version (e.g. ncbi_build30), coordinates, units etc.
        
</xs:documentation>
    </
xs:annotation>
    <
xs:sequence>
        <
xs:element name="genomic_locations">
            <
xs:complexType>
                <
xs:sequence>
                    <
xs:element name="genomic_location" maxOccurs="unbounded">
                        <
xs:complexType>
                            <
xs:sequence>
                                <
xs:element name="assembly_version" type="xs:string"/>
                                <
xs:element name="coordinates">
                                    <
xs:complexType>
                                        <
xs:attribute name="chrom" type="xs:string" use="required"/>
                                        <
xs:attribute name="start" type="xs:positiveInteger"
                                            
use="required"/>
                                        <
xs:attribute name="stop" type="xs:positiveInteger"
                                            
use="required"/>
                                        <
xs:attribute name="strand" type="strandType" use="required"/>
                                    </
xs:complexType>
                                </
xs:element>
                            </
xs:sequence>
                            <
xs:attribute name="type" type="locationType" use="required"/>
                            <
xs:attribute name="active" type="xs:boolean" use="optional"/>
                        </
xs:complexType>
                    </
xs:element>
                </
xs:sequence>
            </
xs:complexType>
        </
xs:element>
    </
xs:sequence>
</
xs:group>


Documentation

Common fields to describe the location of an item on a genome assembly.
Specifies assembly version (e.g. ncbi_build30), coordinates, units etc.


group genomic_locationGroup


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.