<xsd:complexType name="pdbx_entity_src_synType">
<xsd:annotation>
<xsd:documentation xml:lang="en">The data items in category PDBX_ENTITY_SRC_SYN record the source details about chemically synthesized molecules.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="pdbx_entity_src_syn" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:all>
<xsd:element name="details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">A description of special aspects of the source for the synthetic entity. This sequence occurs naturally in humans.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ncbi_taxonomy_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">NCBI Taxonomy identifier of the organism from which the sequence of the synthetic entity was derived. Reference: Wheeler DL, Chappey C, Lash AE, Leipe DD, Madden TL, Schuler GD, Tatusova TA, Rapp BA (2000). Database resources of the National Center for Biotechnology Information. Nucleic Acids Res 2000 Jan 1;28(1):10-4 Benson DA, Karsch-Mizrachi I, Lipman DJ, Ostell J, Rapp BA, Wheeler DL (2000). GenBank. Nucleic Acids Res 2000 Jan 1;28(1):15-18.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="organism_common_name" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The common name of the organism from which the sequence of the synthetic entity was derived. house mouse</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="organism_scientific" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The scientific name of the organism from which the sequence of the synthetic entity was derived. Mus musculus</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="pdbx_alt_source_flag" minOccurs="0" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">This data item identifies cases in which an alternative source modeled.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="sample"/>
<xsd:enumeration value="model"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="pdbx_beg_seq_num" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer">
<xsd:annotation>
<xsd:documentation xml:lang="en">The beginning polymer sequence position for the polymer section corresponding to this source. A reference to the sequence position in the entity_poly category.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="pdbx_end_seq_num" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer">
<xsd:annotation>
<xsd:documentation xml:lang="en">The ending polymer sequence position for the polymer section corresponding to this source. A reference to the sequence position in the entity_poly category.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="strain" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The strain of the organism from which the sequence of the synthetic entity was derived.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:all>
<xsd:attribute name="entity_id" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category entity in the ENTITY category. 1 2 3 4</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="pdbx_src_id" use="required" type="xsd:integer">
<xsd:annotation>
<xsd:documentation xml:lang="en">This data item is an ordinal identifier for pdbx_entity_src_syn data records.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |