simpleType dnaType

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

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://www.hapmap.org}dnaType
Derived Types
{http://www.hapmap.org}dnaType
 {http://www.hapmap.org}single_base_alleleType (by restriction)
Target Namespacehttp://www.hapmap.org
Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema
xmlns=http://www.hapmap.org


Source

<xs:simpleType name="dnaType">
    <
xs:annotation>
        <
xs:documentation>
For use in cases where one has primers, extension probes or the like,
short DNA sequences that can only have the four bases plus ambiguity codes and 'n'
as gap indicators. Also used for SNP flanking sequences and similar.
        
</xs:documentation>
    </
xs:annotation>
    <
xs:restriction base="xs:string">
        <
xs:whiteSpace value="collapse"/>
        <
xs:pattern value="([ACTGactgnMVNHRDWSBYK\[\]//\-])+"/>
    </
xs:restriction>
</
xs:simpleType>


Documentation

For use in cases where one has primers, extension probes or the like,
               short DNA sequences that can only have the four bases plus ambiguity codes and 'n'
               as gap indicators. Also used for SNP flanking sequences and similar.


simpleType dnaType


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.