element individual

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

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="individual">
    <
xs:annotation>
        <
xs:documentation>
Definition of an individual that can have multiple
samples drawn from him/her.
        
</xs:documentation>
    </
xs:annotation>
    <
xs:complexType>
        <
xs:sequence>
            <
xs:element name="sex" type="sexType"/>
            <
xs:element name="organism" type="xs:string"/>
            <
xs:element name="pedigree" minOccurs="0">
                <
xs:complexType>
                    <
xs:sequence>
                        <
xs:element name="family">
                            <
xs:complexType>
                                <
xs:attribute name="pedid" type="xs:positiveInteger" use="required"/>
                            </
xs:complexType>
                        </
xs:element>
                        <
xs:element name="father" minOccurs="0">
                            <
xs:complexType>
                                <
xs:attribute name="lsid" type="lsidType" use="required"/>
                            </
xs:complexType>
                        </
xs:element>
                        <
xs:element name="mother" minOccurs="0">
                            <
xs:complexType>
                                <
xs:attribute name="lsid" type="lsidType" use="required"/>
                            </
xs:complexType>
                        </
xs:element>
                    </
xs:sequence>
                </
xs:complexType>
            </
xs:element>
            <
xs:element name="population_groups" minOccurs="0">
                <
xs:complexType>
                    <
xs:sequence>
                        <
xs:element name="race" type="raceType"/>
                        <
xs:element name="ethnic_group" type="xs:string"/>
                    </
xs:sequence>
                </
xs:complexType>
            </
xs:element>
        </
xs:sequence>
        <
xs:attribute name="lsid" type="lsidType" use="required"/>
        <
xs:attribute name="pedid" type="xs:positiveInteger"/>
    </
xs:complexType>
</
xs:element>


Documentation

Definition of an individual that can have multiple
samples drawn from him/her.


element individual


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.