element protocol

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

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="protocol">
    <
xs:annotation>
        <
xs:documentation>Protocol section, one element for each protocol submitted</xs:documentation>
    </
xs:annotation>
    <
xs:complexType>
        <
xs:sequence>
<!--
Short, describing title for protocol (see website for examples)-->
            <
xs:element name="title" type="xs:string"/>
<!--
Protocol type: one of several allowed values, such as 'genotyping',
'assay-design' etc. (see simple_types.xsd for full list)
-->
            <
xs:element name="type" type="protocolType"/>
            <
xs:element name="group">
                <
xs:complexType>
<!--
LSID handle of the group that submitted this protocol-->
                    <
xs:attribute name="lsid" type="lsidType" use="required"/>
                </
xs:complexType>
            </
xs:element>
<!--
free-form text describing the protocol. NB will probably be edited and
annotated by DCC group, for consistent style and layout (possibly XHTML)
across all submitted protocols
-->
            <
xs:element name="description" type="descType"/>
        </
xs:sequence>
<!--
Submitter-assigned LSID for the protocol. IMPORTANT: the version suffix
on the LSID can be put to good use here; if minor changes are made to a
protocol in the middle of the project, by all means report those to the DCC
and link to the updated prot-version from genotypes or assays submitted
after protocol was changed!
-->
        <
xs:attribute name="lsid" type="lsidType" use="required"/>
    </
xs:complexType>
</
xs:element>


Documentation

Protocol section, one element for each protocol submitted


element protocol


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.