simpleType locationType

simpleType {http://www.hapmap.org}locationType

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://www.w3.org/2001/XMLSchema}normalizedString (by restriction)
  {http://www.w3.org/2001/XMLSchema}token (by restriction)
   {http://www.w3.org/2001/XMLSchema}NMTOKEN (by restriction)
    {http://www.hapmap.org}locationType
Target Namespacehttp://www.hapmap.org
Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema
xmlns=http://www.hapmap.org


Source

<xs:simpleType name="locationType">
    <
xs:annotation>
        <
xs:documentation>
The different genomic location types for SNPs (and other types
perhaps), according to dbSNP's classifications. These can range from accurate point-
like coordinates to a range that may apply to larger indel thingies. Hopefully this
can also be used for gene features and the like, if need be, but the primary
application are SNPs, however.
        
</xs:documentation>
    </
xs:annotation>
    <
xs:restriction base="xs:NMTOKEN">
        <
xs:enumeration value="range"/>
        <
xs:enumeration value="exact"/>
        <
xs:enumeration value="between"/>
        <
xs:enumeration value="fuzzy"/>
    </
xs:restriction>
</
xs:simpleType>


Documentation

The different genomic location types for SNPs (and other types
               perhaps), according to dbSNP's classifications. These can range from accurate point-
               like coordinates to a range that may apply to larger indel thingies. Hopefully this
               can also be used for gene features and the like, if need be, but the primary
               application are SNPs, however.


simpleType locationType


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.