<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns:mml="http://www.w3.org/1998/Math/MathML"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xmlns:xlink="http://www.w3.org/1999/xlink"
	xmlns:ali="http://www.niso.org/schemas/ali/1.0/"
	elementFormDefault="qualified">
	<!-- These definitions are shared between Silverchair content types. The definitions are intended to be imported (by redefinition) into the schemas for each content type. -->
	<!-- This document has no target namespace. Lack of target namespace allows redefinition in the importing target namespaces (e.g. journals, books). -->
	<xs:import namespace="http://www.w3.org/1998/Math/MathML"
		schemaLocation="ncbi-mathml3/mathml3.xsd"/>
	<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
	<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>	
	<xs:import namespace="http://www.niso.org/schemas/ali/1.0/" schemaLocation="ali.xsd"/>

	<xs:complexType name="sc-abbrev-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material" type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<!--xs:element ref="hr"/-->
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<!--xs:element ref="fixed-case"/-->
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<!--xs:element ref="overline-start"/-->
			<!--xs:element ref="overline-end"/-->
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<!--xs:element ref="underline-start"/-->
			<!--xs:element ref="underline-end"/-->
			<!--xs:element ref="ruby"/-->
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<!--xs:element ref="index-term"/-->
			<!--xs:element ref="index-term-range-end"/-->
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
			<!--xs:element ref="x"/-->
			<xs:element name="def" type="j-def-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<!--xs:attribute ref="xml:base"/-->
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute name="alt"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:complexType name="j-access-date-type" mixed="true">
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="sc-ack-type">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type" minOccurs="0"/>
			<xs:element name="title" type="sc-title-type" minOccurs="0"/>
			<xs:element name="p" type="sc-p-type" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="sec" type="sc-sec-type" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="aid" type="xs:integer"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-address-type">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="addr-line" type="sc-addr-line-type"/>
			<xs:element name="country" type="j-country-type"/>
			<xs:element name="fax" type="j-fax-type"/>
			<xs:element name="institution" type="sc-institution-type"/>
			<xs:element name="phone" type="j-phone-type"/>
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
		</xs:choice>
	</xs:complexType>
	<xs:complexType name="sc-aff-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="addr-line" type="sc-addr-line-type"/>
			<xs:element name="city" type="j-city-type"/>
			<xs:element name="country" type="j-country-type"/>			
			<xs:element name="fax" type="j-fax-type"/>
			<xs:element name="institution" type="sc-institution-type"/>
			<xs:element name="institution-wrap" type="sc-institution-wrap-type"/>
			<xs:element name="phone" type="j-phone-type"/>
			<xs:element name="postal-code" type="j-postal-code-type"/>
			<xs:element name="state" type="j-state-type"/>
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="break" type="j-break-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="label" type="sc-label-type-body"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="rid" type="xs:IDREFS"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-aff-alternatives-type">
		<xs:sequence>
			<xs:element name="aff" type="sc-aff-type" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
	</xs:complexType>
	<xs:complexType name="sc-alternatives-type">
		<xs:choice maxOccurs="unbounded">
			<xs:element name="array" type="sc-array-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="graphic" type="sc-graphic-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="media" type="sc-media-type"/>
			<xs:element name="preformat" type="sc-preformat-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="supplementary-material" type="sc-supplementary-material-type"/>
			<xs:element name="table" type="sc-table-type"/>
			<xs:element name="textual-form" type="sc-textual-form-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
		</xs:choice>
	</xs:complexType>
	<xs:complexType name="j-alt-text-type" mixed="true">
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-alt-title-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
			<xs:element name="break" type="j-break-type"/>
		</xs:choice>
		<xs:attribute name="alt-title-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-annotation-type">
		<xs:sequence>
			<xs:element name="p" type="sc-p-type" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-anonymous-type">
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>	
	<xs:complexType name="sc-app-type" mixed="true">
		<xs:choice minOccurs="0"/>
	</xs:complexType>	
	<xs:complexType name="sc-app-group-type">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type" minOccurs="0"/>
			<xs:element name="title" type="sc-title-type" minOccurs="0"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="array" type="sc-array-type"/>
				<xs:element name="boxed-text" type="sc-boxed-text-type"/>
				<xs:element name="fig" type="sc-fig-type"/>
				<xs:element name="fig-group" type="sc-fig-group-type"/>
				<xs:element name="graphic" type="sc-graphic-type"/>
				<xs:element name="media" type="sc-media-type"/>
				<xs:element name="table-wrap" type="sc-table-wrap-type"/>
				<xs:element name="table-wrap-group" type="sc-table-wrap-group-type"/>
				<xs:element name="disp-formula" type="sc-disp-formula-type"/>
				<xs:element name="p" type="sc-p-type"/>
				<xs:element name="def-list" type="sc-def-list-type"/>
				<xs:element name="list" type="sc-list-type"/>
				<xs:element name="disp-quote" type="sc-disp-quote-type"/>
				<xs:element name="speech" type="sc-speech-type"/>
				<xs:element name="statement" type="sc-statement-type"/>
				<xs:element name="verse-group" type="sc-verse-group-type"/>
			</xs:choice>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="app" type="sc-app-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="aid" type="xs:integer"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-array-type">
		<xs:sequence>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="alt-text" type="j-alt-text-type"/>
				<xs:element name="long-desc" type="j-long-desc-type"/>
				<xs:element name="email" type="j-email-type"/>
				<xs:element name="ext-link" type="sc-ext-link-type"/>
				<xs:element name="uri" type="j-uri-type"/>
			</xs:choice>
			<xs:choice>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:element name="alternatives" type="sc-alternatives-type"/>
					<xs:element name="graphic" type="sc-graphic-type"/>
					<xs:element name="media" type="sc-media-type"/>
				</xs:choice>
				<xs:element name="tbody" type="sc-tbody-type"/>
			</xs:choice>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="attrib" type="sc-attrib-type"/>
				<xs:element name="permissions" type="sc-permissions-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute name="orientation" default="portrait">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="portrait"/>
					<xs:enumeration value="landscape"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-article-title-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
			<xs:element name="break" type="j-break-type"/>
		</xs:choice>
	</xs:complexType>
	<xs:complexType name="sc-attrib-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
			<xs:element name="element-citation" type="sc-element-citation-type"/>
			<xs:element name="mixed-citation" type="sc-mixed-citation-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-author-comment-type">
		<xs:sequence>
			<xs:element name="title" type="sc-title-type" minOccurs="0"/>
			<xs:element name="p" type="sc-p-type" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-author-notes-type">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type" minOccurs="0"/>
			<xs:element name="title" type="sc-title-type" minOccurs="0"/>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="corresp" type="sc-corresp-type"/>
				<xs:element name="fn" type="sc-fn-type"/>
				<xs:element name="p" type="sc-p-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute name="aid" type="xs:integer"/>
	</xs:complexType>
	<xs:complexType name="sc-award-group-type">
		<xs:sequence>
			<xs:element name="funding-source" type="sc-funding-source-type" minOccurs="0"
				maxOccurs="unbounded"/>
			<xs:element name="award-id" type="sc-award-id-type" minOccurs="0" maxOccurs="unbounded"
			/>
			<xs:element name="principal-award-recipient" type="sc-principal-award-recipient-type" minOccurs="0" maxOccurs="unbounded"
			/>
			<xs:element name="principal-investigator" type="sc-principal-investigator-type" minOccurs="0" maxOccurs="unbounded"
			/>
		</xs:sequence>
		<xs:attribute name="award-type"/>
		<xs:attribute name="id" use="optional" type="xs:ID"/>
	</xs:complexType>
	<xs:complexType name="sc-award-id-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>		
	</xs:complexType>	
	
	<xs:complexType name="sc-back-type">
		<xs:sequence>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="ack" type="sc-ack-type"/>
				<xs:element name="app-group" type="sc-app-group-type"/>
				<xs:element name="bio" type="sc-bio-type"/>
				<xs:element name="fn-group" type="sc-fn-group-type"/>
				<xs:element name="glossary" type="sc-glossary-type"/>
				<xs:element name="ref-list" type="sc-ref-list-type"/>
				<xs:element name="notes" type="sc-notes-type"/>
				<xs:element name="sec" type="sc-sec-type"/>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="sc-bio-type">
		<xs:sequence>
			<xs:element name="sec-meta" type="sc-sec-meta-type" minOccurs="0"/>
			<xs:element name="label" type="sc-label-type" minOccurs="0"/>
			<xs:element name="title" type="sc-title-type" minOccurs="0"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="array" type="sc-array-type"/>
				<xs:element name="boxed-text" type="sc-boxed-text-type"/>
				<xs:element name="fig" type="sc-fig-type"/>
				<xs:element name="fig-group" type="sc-fig-group-type"/>
				<xs:element name="graphic" type="sc-graphic-type"/>
				<xs:element name="media" type="sc-media-type"/>
				<xs:element name="table-wrap" type="sc-table-wrap-type"/>
				<xs:element name="table-wrap-group" type="sc-table-wrap-group-type"/>
				<xs:element name="disp-formula" type="sc-disp-formula-type"/>
				<xs:element name="p" type="sc-p-type"/>
				<xs:element name="def-list" type="sc-def-list-type"/>
				<xs:element name="list" type="sc-list-type"/>
				<xs:element name="disp-quote" type="sc-disp-quote-type"/>
				<xs:element name="speech" type="sc-speech-type"/>
				<xs:element name="statement" type="sc-statement-type"/>
				<xs:element name="verse-group" type="sc-verse-group-type"/>
			</xs:choice>
			<!-- app has been deprecated from bio in SCJATS and SCBITS and is preserved only for backwards compatibility.-->
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="app" type="sc-app-type"/>
			</xs:choice>
			<xs:element name="sec" type="sc-sec-type" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="fn-group" type="sc-fn-group-type" minOccurs="0" maxOccurs="unbounded"
			/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute name="aid" type="xs:integer"/>
	</xs:complexType>
	<xs:complexType name="sc-bio-type-body">
		<xs:sequence>
			<xs:element name="sec-meta" type="sc-sec-meta-type" minOccurs="0"/>
			<xs:element name="label" type="sc-label-type-body" minOccurs="0"/>
			<xs:element name="title" type="sc-title-type" minOccurs="0"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="address" type="sc-address-type"/>
				<xs:element name="alternatives" type="sc-alternatives-type"/>
				<xs:element name="array" type="sc-array-type"/>
				<xs:element name="boxed-text" type="sc-boxed-text-type"/>
				<xs:element name="chem-struct-wrap" type="sc-chem-struct-wrap-type"/>
				<xs:element name="fig" type="sc-fig-type"/>
				<xs:element name="fig-group" type="sc-fig-group-type-body"/>
				<xs:element name="graphic" type="sc-graphic-type"/>
				<xs:element name="media" type="sc-media-type"/>
				<xs:element name="preformat" type="sc-preformat-type"/>
				<xs:element name="supplementary-material" type="sc-supplementary-material-type"/>
				<xs:element name="table-wrap" type="sc-table-wrap-type"/>
				<xs:element name="table-wrap-group" type="sc-table-wrap-group-type-body"/>
				<xs:element name="disp-formula" type="sc-disp-formula-type"/>
				<xs:element name="disp-formula-group" type="sc-disp-formula-group-type"/>
				<xs:element name="def-list" type="sc-def-list-type"/>
				<xs:element name="list" type="sc-list-type"/>
				<xs:element name="tex-math" type="j-tex-math-type"/>
				<xs:element ref="mml:math"/>
				<xs:element name="p" type="sc-p-type"/>
				<xs:element name="related-article" type="sc-related-article-type-body"/>
				<xs:element name="related-object" type="sc-related-object-type-body"/>
				<xs:element name="disp-quote" type="sc-disp-quote-type"/>
				<xs:element name="speech" type="sc-speech-type"/>
				<xs:element name="statement" type="sc-statement-type"/>
				<xs:element name="verse-group" type="sc-verse-group-type"/>
			</xs:choice>
			<xs:element name="sec" type="sc-sec-type" minOccurs="0" maxOccurs="unbounded"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="fn-group" type="sc-fn-group-type"/>
				<xs:element name="glossary" type="sc-glossary-type-body"/>
				<xs:element name="ref-list" type="sc-ref-list-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="content-type" use="optional" type="xs:string"/>
		<xs:attribute name="id" use="optional" type="xs:ID"/>
		<xs:attribute name="rid" use="optional" type="xs:IDREFS"/>
		<xs:attribute name="specific-use" use="optional" type="xs:string"/>
		<xs:attribute ref="xlink:actuate" use="optional"/>
		<xs:attribute ref="xlink:href" use="optional"/>
		<xs:attribute ref="xlink:role" use="optional"/>
		<xs:attribute ref="xlink:show" use="optional"/>
		<xs:attribute ref="xlink:title" use="optional"/>
		<xs:attribute ref="xlink:type" use="optional" fixed="simple"/>
		<xs:attribute ref="xml:base" use="optional"/>
		<xs:attribute ref="xml:lang" use="optional"/>
	</xs:complexType>
	<xs:complexType name="sc-bold-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="sc-boxed-text-type">
		<xs:sequence>
			<xs:element name="object-id" type="sc-object-id-type" minOccurs="0"
				maxOccurs="unbounded"/>
			<xs:element name="sec-meta" type="sc-sec-meta-type" minOccurs="0"/>
			<xs:element name="label" type="sc-label-type-body" minOccurs="0"/>
			<xs:element name="caption" type="sc-caption-type" minOccurs="0"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="address" type="sc-address-type"/>
				<xs:element name="alternatives" type="sc-alternatives-type"/>
				<xs:element name="array" type="sc-array-type"/>
				<xs:element name="boxed-text" type="sc-boxed-text-type"/>
				<xs:element name="chem-struct-wrap" type="sc-chem-struct-wrap-type"/>
				<xs:element name="fig" type="sc-fig-type"/>
				<xs:element name="fig-group" type="sc-fig-group-type-body"/>
				<xs:element name="graphic" type="sc-graphic-type"/>
				<xs:element name="media" type="sc-media-type"/>
				<xs:element name="preformat" type="sc-preformat-type"/>
				<xs:element name="supplementary-material" type="sc-supplementary-material-type"/>
				<xs:element name="table-wrap" type="sc-table-wrap-type"/>
				<xs:element name="table-wrap-group" type="sc-table-wrap-group-type-body"/>
				<xs:element name="disp-formula" type="sc-disp-formula-type"/>
				<xs:element name="disp-formula-group" type="sc-disp-formula-group-type"/>
				<xs:element name="def-list" type="sc-def-list-type"/>
				<xs:element name="list" type="sc-list-type"/>
				<xs:element name="tex-math" type="j-tex-math-type"/>
				<xs:element ref="mml:math"/>
				<xs:element name="p" type="sc-p-type"/>
				<xs:element name="related-article" type="sc-related-article-type-body"/>
				<xs:element name="related-object" type="sc-related-object-type-body"/>
				<xs:element name="disp-quote" type="sc-disp-quote-type"/>
				<xs:element name="speech" type="sc-speech-type"/>
				<xs:element name="statement" type="sc-statement-type"/>
				<xs:element name="verse-group" type="sc-verse-group-type"/>
			</xs:choice>
			<xs:element name="sec" type="sc-sec-type" minOccurs="0" maxOccurs="unbounded"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="fn-group" type="sc-fn-group-type"/>
				<xs:element name="glossary" type="sc-glossary-type-body"/>
				<xs:element name="ref-list" type="sc-ref-list-type"/>
			</xs:choice>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="attrib" type="sc-attrib-type"/>
				<xs:element name="permissions" type="sc-permissions-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="position" default="float">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="anchor"/>
					<xs:enumeration value="background"/>
					<xs:enumeration value="float"/>
					<xs:enumeration value="margin"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="orientation" default="portrait">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="portrait"/>
					<xs:enumeration value="landscape"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute name="content-type" use="optional">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:enumeration value="sidebar-small"/>
					<xs:enumeration value="sidebar-medium"/>
					<xs:enumeration value="sidebar-large"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="j-break-type"/>
	<xs:complexType name="sc-caption-type">
		<xs:sequence>
			<xs:element name="title" type="sc-title-type" minOccurs="0"/>
			<xs:element name="p" type="sc-p-type" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-chapter-title-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-chem-struct-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="alt-text" type="j-alt-text-type"/>
			<xs:element name="long-desc" type="j-long-desc-type"/>
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="break" type="j-break-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="label" type="sc-label-type-body"/>
			<xs:element name="def-list" type="sc-def-list-type"/>
			<xs:element name="list" type="sc-list-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="array" type="sc-array-type"/>
			<xs:element name="graphic" type="sc-graphic-type"/>
			<xs:element name="media" type="sc-media-type"/>
			<xs:element name="preformat" type="sc-preformat-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:complexType name="sc-chem-struct-wrap-type">
		<xs:sequence>
			<xs:element name="object-id" type="sc-object-id-type" minOccurs="0"
				maxOccurs="unbounded"/>
			<xs:element name="label" type="sc-label-type-body" minOccurs="0"/>
			<xs:element name="caption" type="sc-caption-type" minOccurs="0"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="alt-text" type="j-alt-text-type"/>
				<xs:element name="long-desc" type="j-long-desc-type"/>
				<xs:element name="email" type="j-email-type"/>
				<xs:element name="ext-link" type="sc-ext-link-type"/>
				<xs:element name="uri" type="j-uri-type"/>
			</xs:choice>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="alternatives" type="sc-alternatives-type"/>
				<xs:element name="chem-struct" type="sc-chem-struct-type"/>
				<xs:element name="graphic" type="sc-graphic-type"/>
				<xs:element name="media" type="sc-media-type"/>
				<xs:element name="preformat" type="sc-preformat-type"/>
				<xs:element name="textual-form" type="sc-textual-form-type"/>
			</xs:choice>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="attrib" type="sc-attrib-type"/>
				<xs:element name="permissions" type="sc-permissions-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="position" default="float">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="anchor"/>
					<xs:enumeration value="background"/>
					<xs:enumeration value="float"/>
					<xs:enumeration value="margin"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="orientation" default="portrait">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="portrait"/>
					<xs:enumeration value="landscape"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute name="content-type"/>
	</xs:complexType>
	<xs:complexType name="sc-citation-alternatives-type">
		<xs:choice maxOccurs="unbounded">
			<xs:element name="element-citation" type="sc-element-citation-type"/>
			<xs:element name="mixed-citation" type="sc-mixed-citation-type"/>
			<xs:element name="nlm-citation" type="sc-nlm-citation-type"/>
		</xs:choice>
	</xs:complexType>
	<xs:complexType name="j-city-type" mixed="true">		
		<xs:attribute name="content-type" use="optional"/>
		<xs:attribute name="id" use="optional"/>
		<xs:attribute name="specific-use" use="optional"/>
		<xs:attribute ref="xml:base" use="optional"/>
		<xs:attribute ref="xml:lang" use="optional"/>
	</xs:complexType>
	<xs:complexType name="j-col-type">
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="style"/>
		<xs:attribute name="span" default="1"/>
		<xs:attribute name="width"/>
		<xs:attribute name="align">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="left"/>
					<xs:enumeration value="center"/>
					<xs:enumeration value="right"/>
					<xs:enumeration value="justify"/>
					<xs:enumeration value="char"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="char"/>
		<xs:attribute name="charoff"/>
		<xs:attribute name="valign">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="top"/>
					<xs:enumeration value="middle"/>
					<xs:enumeration value="bottom"/>
					<xs:enumeration value="baseline"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="j-colgroup-type">
		<xs:sequence>
			<xs:element name="col" type="j-col-type" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="style"/>
		<xs:attribute name="span" default="1"/>
		<xs:attribute name="width"/>
		<xs:attribute name="align">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="left"/>
					<xs:enumeration value="center"/>
					<xs:enumeration value="right"/>
					<xs:enumeration value="justify"/>
					<xs:enumeration value="char"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="char"/>
		<xs:attribute name="charoff"/>
		<xs:attribute name="valign">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="top"/>
					<xs:enumeration value="middle"/>
					<xs:enumeration value="bottom"/>
					<xs:enumeration value="baseline"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="sc-collab-type" mixed="true">
		<xs:sequence>
			<xs:element name="contrib-group" type="sc-contrib-group-type" minOccurs="0"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="bio" type="sc-bio-type-body"/>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="sc-collab-type-body" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
			<xs:element name="addr-line" type="sc-addr-line-type"/>
			<xs:element name="country" type="j-country-type"/>
			<xs:element name="fax" type="j-fax-type"/>
			<xs:element name="institution" type="sc-institution-type"/>
			<xs:element name="phone" type="j-phone-type"/>
			<xs:element name="contrib-group" type="sc-contrib-group-type"/>
			<xs:element name="address" type="sc-address-type"/>
			<xs:element name="aff" type="sc-aff-type"/>
			<xs:element name="aff-alternatives" type="j-aff-alternatives-type"/>
			<xs:element name="author-comment" type="j-author-comment-type"/>
			<xs:element name="bio" type="sc-bio-type"/>
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="on-behalf-of" type="sc-on-behalf-of-type"/>
			<xs:element name="role" type="sc-role-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
		</xs:choice>
		<xs:attribute name="collab-type"/>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:complexType name="j-collab-alternatives-type">
		<xs:sequence>
			<xs:element name="collab" type="sc-collab-type" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="sc-comment-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-conf-date-type" mixed="true"/>
	<xs:complexType name="sc-conf-loc-type" mixed="true"/>
	<xs:complexType name="sc-conf-name-type" mixed="true"/>
	<xs:complexType name="sc-conf-sponsor-type" mixed="true"/>
	<xs:complexType name="sc-contrib-type">
		<xs:sequence>
			<xs:element name="contrib-id" type="j-contrib-id-type" minOccurs="0"/>
			<xs:choice>
				<xs:element name="anonymous" type="j-anonymous-type"/>
				<xs:element name="collab" type="sc-collab-type"/>
				<xs:element name="name" type="sc-name-type"/>
				<xs:element name="name-alternatives" type="j-name-alternatives-type"/>
			</xs:choice>
			<xs:element name="degrees" type="sc-degrees-type" minOccurs="0" maxOccurs="unbounded"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="address" type="sc-address-type"/>
				<xs:element name="aff" type="sc-aff-type"/>
				<xs:element name="author-comment" type="j-author-comment-type"/>
				<xs:element name="bio" type="sc-bio-type-body"/>
				<xs:element name="on-behalf-of" type="sc-on-behalf-of-type"/>
				<xs:element name="role" type="sc-role-type"/>
				<xs:element name="xref" type="sc-xref-type"/>
			</xs:choice>
			<xs:sequence minOccurs="0">
				<xs:element name="email" type="j-email-type"/>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:element name="address" type="sc-address-type"/>
					<xs:element name="aff" type="sc-aff-type"/>
					<xs:element name="author-comment" type="j-author-comment-type"/>
					<xs:element name="bio" type="sc-bio-type-body"/>
					<xs:element name="on-behalf-of" type="sc-on-behalf-of-type"/>
					<xs:element name="role" type="sc-role-type"/>
					<xs:element name="xref" type="sc-xref-type"/>
				</xs:choice>
			</xs:sequence>
		</xs:sequence>
		<xs:attribute name="contrib-type"/>
		<xs:attribute name="equal-contrib" use="optional">
			<xs:simpleType>				
				<xs:restriction base="xs:token">
					<xs:enumeration value="no"/>
					<xs:enumeration value="yes"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="corresp"/>
		<xs:attribute name="id" type="xs:ID"/>
	</xs:complexType>
	<xs:complexType name="sc-contrib-group-type">
		<xs:sequence>
			<xs:element name="contrib" type="sc-contrib-type" maxOccurs="unbounded"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="bio" type="sc-bio-type-body"/>
				<xs:element name="on-behalf-of" type="sc-on-behalf-of-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="content-type"/>
		<xs:attribute name="id" type="xs:ID"/>
	</xs:complexType>
	<xs:complexType name="j-contrib-id-type" mixed="true">
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute name="contrib-id-type"/>
		<xs:attribute name="authenticated" use="optional" default="false">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="false"/>
					<xs:enumeration value="true"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="sc-conf-acronym-type" mixed="true"/>
	<xs:complexType name="sc-conf-num-type" mixed="true"/>
	<xs:complexType name="sc-conf-theme-type" mixed="true"/>	
	<xs:complexType name="sc-conference-type">
		<xs:sequence>
			<xs:element name="conf-date" type="sc-conf-date-type"/>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="conf-name" type="sc-conf-name-type"/>
				<xs:element name="conf-acronym" type="sc-conf-acronym-type"/>
			</xs:choice>
			<xs:element name="conf-num" type="sc-conf-num-type" minOccurs="0"/>
			<xs:element name="conf-loc" type="sc-conf-loc-type" minOccurs="0"/>
			<xs:element name="conf-sponsor" type="sc-conf-sponsor-type" minOccurs="0"
				maxOccurs="unbounded"/>
			<xs:element name="conf-theme" type="sc-conf-theme-type" minOccurs="0"/>
		</xs:sequence>
		<xs:attribute name="content-type"/>
	</xs:complexType>
	<xs:complexType name="sc-copyright-holder-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-copyright-statement-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-copyright-year-type" mixed="true">
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="j-country-type" mixed="true">
		<xs:attribute name="content-type"/>
		<xs:attribute name="country"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-counts-type">
		<xs:sequence>
			<xs:element name="page-count" type="j-page-count-type" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="sc-custom-meta-type">
		<xs:sequence>
			<xs:element name="meta-name" type="j-meta-name-type"/>
			<xs:element name="meta-value" type="sc-meta-value-type"/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:complexType name="sc-custom-meta-group-type">
		<xs:sequence>
			<xs:element name="custom-meta" type="sc-custom-meta-type" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="sc-data-title-type" mixed="true">
	         <xs:choice minOccurs="0" maxOccurs="unbounded">
		 	<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<!-- <xs:element ref="inline-media"/> -->
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<!-- <xs:element ref="fixed-case"/> -->
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<!-- <xs:element ref="ruby"/> -->
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		 </xs:choice>
		 <xs:attribute name="content-type"/>
		 <xs:attribute name="id" type="xs:ID"/>
		 <xs:attribute name="specific-use"/>
		 <xs:attribute ref="xml:base"/>
		 <xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-date-type">
		<xs:sequence>
			<xs:choice minOccurs="0">
				<xs:sequence>
					<xs:element name="day" type="sc-day-type" minOccurs="0"/>
					<xs:element name="month" type="sc-month-type" minOccurs="0"/>
				</xs:sequence>
				<xs:element name="season" type="sc-season-type"/>
			</xs:choice>
			<xs:element name="year" type="sc-year-type"/>
		</xs:sequence>
		<xs:attribute name="date-type" use="required"/>
		<xs:attribute name="iso-8601-date"/>
	</xs:complexType>
	<xs:complexType name="j-date-in-citation-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="day" type="sc-day-type"/>
			<xs:element name="month" type="sc-month-type"/>
			<xs:element name="season" type="sc-season-type"/>
			<xs:element name="year" type="sc-year-type"/>
		</xs:choice>
		<xs:attribute name="iso-8601-date"/>
		<xs:attribute name="calendar"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-day-type" mixed="true"/>
	<xs:complexType name="j-def-type">
		<xs:sequence>
			<xs:element name="p" type="sc-p-type" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="rid" type="xs:IDREFS"/>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-def-head-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
	</xs:complexType>
	<xs:complexType name="sc-def-item-type">
		<xs:sequence>
			<xs:element name="term" type="sc-term-type"/>
			<xs:element name="def" type="j-def-type" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-def-list-type">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type-body" minOccurs="0"/>
			<xs:element name="title" type="sc-title-type" minOccurs="0"/>
			<xs:element name="term-head" type="sc-term-head-type" minOccurs="0"/>
			<xs:element name="def-head" type="sc-def-head-type" minOccurs="0"/>
			<xs:element name="def-item" type="sc-def-item-type" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="def-list" type="sc-def-list-type" minOccurs="0" maxOccurs="unbounded"
			/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="list-type"/>
		<xs:attribute name="prefix-word"/>
		<xs:attribute name="list-content"/>
		<xs:attribute name="continued-from" type="xs:IDREF"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-degrees-type" mixed="true"/>
	<xs:complexType name="sc-disp-formula-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="alt-text" type="j-alt-text-type"/>
			<xs:element name="long-desc" type="j-long-desc-type"/>
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="break" type="j-break-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="label" type="sc-label-type-body"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="array" type="sc-array-type"/>
			<xs:element name="graphic" type="sc-graphic-type"/>
			<xs:element name="media" type="sc-media-type"/>
			<xs:element name="preformat" type="sc-preformat-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-disp-formula-group-type">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type-body" minOccurs="0"/>
			<xs:element name="caption" type="sc-caption-type" minOccurs="0"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="alt-text" type="j-alt-text-type"/>
				<xs:element name="long-desc" type="j-long-desc-type"/>
				<xs:element name="email" type="j-email-type"/>
				<xs:element name="ext-link" type="sc-ext-link-type"/>
				<xs:element name="uri" type="j-uri-type"/>
			</xs:choice>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="disp-formula" type="sc-disp-formula-type"/>
				<xs:element name="disp-formula-group" type="sc-disp-formula-group-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-disp-quote-type">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type-body" minOccurs="0"/>
			<xs:element name="title" type="sc-title-type" minOccurs="0"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="address" type="sc-address-type"/>
				<xs:element name="alternatives" type="sc-alternatives-type"/>
				<xs:element name="array" type="sc-array-type"/>
				<xs:element name="boxed-text" type="sc-boxed-text-type"/>
				<xs:element name="chem-struct-wrap" type="sc-chem-struct-wrap-type"/>
				<xs:element name="fig" type="sc-fig-type"/>
				<xs:element name="fig-group" type="sc-fig-group-type-body"/>
				<xs:element name="graphic" type="sc-graphic-type"/>
				<xs:element name="media" type="sc-media-type"/>
				<xs:element name="preformat" type="sc-preformat-type"/>
				<xs:element name="supplementary-material" type="sc-supplementary-material-type"/>
				<xs:element name="table-wrap" type="sc-table-wrap-type"/>
				<xs:element name="table-wrap-group" type="sc-table-wrap-group-type-body"/>
				<xs:element name="disp-formula" type="sc-disp-formula-type"/>
				<xs:element name="disp-formula-group" type="sc-disp-formula-group-type"/>
				<xs:element name="def-list" type="sc-def-list-type"/>
				<xs:element name="list" type="sc-list-type"/>
				<xs:element name="tex-math" type="j-tex-math-type"/>
				<xs:element ref="mml:math"/>
				<xs:element name="p" type="sc-p-type"/>
				<xs:element name="related-article" type="sc-related-article-type-body"/>
				<xs:element name="related-object" type="sc-related-object-type-body"/>
				<xs:element name="disp-quote" type="sc-disp-quote-type"/>
				<xs:element name="speech" type="sc-speech-type"/>
				<xs:element name="statement" type="sc-statement-type"/>
				<xs:element name="verse-group" type="sc-verse-group-type"/>
			</xs:choice>
			<xs:element name="sec" type="sc-sec-type" minOccurs="0" maxOccurs="unbounded"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="attrib" type="sc-attrib-type"/>
				<xs:element name="permissions" type="sc-permissions-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-edition-type" mixed="true">
		<xs:attribute name="designator"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-element-citation-type">
		<xs:choice maxOccurs="unbounded">
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="label" type="sc-label-type-body"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="annotation" type="j-annotation-type"/>
			<xs:element name="article-title" type="sc-article-title-type"/>
			<xs:element name="chapter-title" type="sc-chapter-title-type"/>
			<xs:element name="collab" type="sc-collab-type-body"/>
			<xs:element name="collab-alternatives" type="j-collab-alternatives-type"/>
			<xs:element name="comment" type="sc-comment-type"/>
			<xs:element name="conf-date" type="sc-conf-date-type"/>
			<xs:element name="conf-loc" type="sc-conf-loc-type"/>
			<xs:element name="conf-name" type="sc-conf-name-type"/>
			<xs:element name="conf-sponsor" type="sc-conf-sponsor-type"/>
			<xs:element name="data-title" type="sc-data-title-type"/>
			<xs:element name="date" type="sc-date-type"/>
			<xs:element name="date-in-citation" type="j-date-in-citation-type"/>
			<xs:element name="day" type="sc-day-type"/>
			<xs:element name="edition" type="j-edition-type"/>
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="elocation-id" type="j-elocation-id-type"/>
			<xs:element name="etal" type="j-etal-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="fpage" type="sc-fpage-type"/>
			<xs:element name="gov" type="sc-gov-type"/>
			<xs:element name="institution" type="sc-institution-type"/>
			<xs:element name="isbn" type="sc-isbn-type"/>
			<xs:element name="issn" type="sc-issn-type-body"/>
			<xs:element name="issn-l" type="j-issn-l-type"/>
			<xs:element name="issue" type="sc-issue-type"/>
			<xs:element name="issue-id" type="j-issue-id-type"/>
			<xs:element name="issue-part" type="j-issue-part-type"/>
			<xs:element name="issue-title" type="j-issue-title-type"/>
			<xs:element name="lpage" type="sc-lpage-type"/>
			<xs:element name="month" type="sc-month-type"/>
			<xs:element name="name" type="sc-name-type"/>
			<xs:element name="name-alternatives" type="j-name-alternatives-type"/>
			<xs:element name="object-id" type="sc-object-id-type"/>
			<xs:element name="page-range" type="sc-page-range-type"/>
			<xs:element name="part-title" type="sc-part-title-type"/>
			<xs:element name="patent" type="j-patent-type"/>
			<xs:element name="person-group" type="sc-person-group-type"/>
			<xs:element name="pub-id" type="j-pub-id-type"/>
			<xs:element name="publisher-loc" type="sc-publisher-loc-type"/>
			<xs:element name="publisher-name" type="j-publisher-name-type"/>
			<xs:element name="role" type="sc-role-type"/>
			<xs:element name="season" type="sc-season-type"/>
			<xs:element name="series" type="sc-series-type"/>
			<xs:element name="size" type="j-size-type"/>
			<xs:element name="source" type="sc-source-type"/>
			<xs:element name="std" type="sc-std-type"/>
			<xs:element name="string-name" type="sc-string-name-type"/>
			<xs:element name="supplement" type="sc-supplement-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="trans-source" type="sc-trans-source-type"/>
			<xs:element name="trans-title" type="sc-trans-title-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="version" type="sc-version-type"/>
			<xs:element name="volume" type="sc-volume-type"/>
			<xs:element name="volume-id" type="j-volume-id-type"/>
			<xs:element name="volume-series" type="j-volume-series-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="year" type="sc-year-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="publication-type"/>
		<xs:attribute name="publisher-type"/>
		<xs:attribute name="publication-format"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:complexType name="j-elocation-id-type" mixed="true">
		<xs:attribute name="content-type"/>
		<xs:attribute name="seq"/>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="j-email-type" mixed="true">
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:complexType name="j-etal-type" mixed="true">
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-ext-link-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="assigning-authority"/>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="ext-link-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:complexType name="j-fax-type" mixed="true">
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="sc-fig-type">
		<xs:sequence>
			<xs:element name="object-id" type="sc-object-id-type" minOccurs="0"
				maxOccurs="unbounded"/>
			<xs:element name="label" type="sc-label-type-body" minOccurs="0"/>
			<xs:element name="caption" type="sc-caption-type" minOccurs="0"/>
			<xs:element name="kwd-group" type="sc-kwd-group-type-section" minOccurs="0"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="alt-text" type="j-alt-text-type"/>
				<xs:element name="long-desc" type="j-long-desc-type"/>
				<xs:element name="email" type="j-email-type"/>
				<xs:element name="ext-link" type="sc-ext-link-type"/>
				<xs:element name="uri" type="j-uri-type"/>
			</xs:choice>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="disp-formula" type="sc-disp-formula-type"/>
				<xs:element name="disp-formula-group" type="sc-disp-formula-group-type"/>
				<xs:element name="chem-struct-wrap" type="sc-chem-struct-wrap-type"/>
				<xs:element name="disp-quote" type="sc-disp-quote-type"/>
				<xs:element name="speech" type="sc-speech-type"/>
				<xs:element name="statement" type="sc-statement-type"/>
				<xs:element name="verse-group" type="sc-verse-group-type"/>
				<xs:element name="table-wrap" type="sc-table-wrap-type"/>
				<xs:element name="p" type="sc-p-type"/>
				<xs:element name="def-list" type="sc-def-list-type"/>
				<xs:element name="list" type="sc-list-type"/>
				<xs:element name="alternatives" type="sc-alternatives-type"/>
				<xs:element name="array" type="sc-array-type"/>
				<xs:element name="graphic" type="sc-graphic-type"/>
				<xs:element name="media" type="sc-media-type"/>
				<xs:element name="preformat" type="sc-preformat-type"/>
			</xs:choice>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="attrib" type="sc-attrib-type"/>
				<xs:element name="permissions" type="sc-permissions-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="position" default="float">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="anchor"/>
					<xs:enumeration value="background"/>
					<xs:enumeration value="float"/>
					<xs:enumeration value="margin"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="orientation" default="portrait">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="portrait"/>
					<xs:enumeration value="landscape"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute name="fig-type"/>
	</xs:complexType>
	<xs:complexType name="sc-fig-group-type">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type" minOccurs="0"/>
			<xs:element name="caption" type="sc-caption-type" minOccurs="0"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="fig" type="sc-fig-type"/>
				<xs:element name="graphic" type="sc-graphic-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute name="aid" type="xs:integer"/>
	</xs:complexType>
	<xs:complexType name="sc-fig-group-type-body">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type" minOccurs="0"/>
			<xs:element name="caption" type="sc-caption-type" minOccurs="0"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="alt-text" type="j-alt-text-type"/>
				<xs:element name="long-desc" type="j-long-desc-type"/>
				<xs:element name="email" type="j-email-type"/>
				<xs:element name="ext-link" type="sc-ext-link-type"/>
				<xs:element name="uri" type="j-uri-type"/>
			</xs:choice>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="fig" type="sc-fig-type"/>
				<xs:element name="alternatives" type="sc-alternatives-type"/>
				<xs:element name="graphic" type="sc-graphic-type"/>
				<xs:element name="media" type="sc-media-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="position" default="float">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="anchor"/>
					<xs:enumeration value="background"/>
					<xs:enumeration value="float"/>
					<xs:enumeration value="margin"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="orientation" default="portrait">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="portrait"/>
					<xs:enumeration value="landscape"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute name="content-type"/>
	</xs:complexType>
	<xs:complexType name="sc-fn-type">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type-body" minOccurs="0"/>
			<xs:element name="p" type="sc-p-type" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="fn-type">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="abbr"/>
					<xs:enumeration value="com"/>
					<xs:enumeration value="con"/>
					<xs:enumeration value="conflict"/>
					<xs:enumeration value="COI-statement"/>
					<xs:enumeration value="coi-statement"/>
					<xs:enumeration value="corresp"/>
					<xs:enumeration value="current-aff"/>
					<xs:enumeration value="deceased"/>
					<xs:enumeration value="edited-by"/>
					<xs:enumeration value="equal"/>
					<xs:enumeration value="financial-disclosure"/>
					<xs:enumeration value="on-leave"/>
					<xs:enumeration value="participating-researchers"/>
					<xs:enumeration value="presented-at"/>
					<xs:enumeration value="presented-by"/>
					<xs:enumeration value="present-address"/>
					<xs:enumeration value="previously-at"/>
					<xs:enumeration value="study-group-members"/>
					<xs:enumeration value="supplementary-material"/>
					<xs:enumeration value="supported-by"/>
					<xs:enumeration value="other"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="specific-use"/>
		<xs:attribute name="symbol"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-fn-group-type">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type" minOccurs="0"/>
			<xs:element name="title" type="sc-title-type" minOccurs="0"/>
			<xs:element name="fn" type="sc-fn-type" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute name="aid" type="xs:integer"/>
	</xs:complexType>
	<xs:complexType name="sc-fpage-type" mixed="true"/>
	<xs:complexType name="sc-funding-group-type">
		<xs:sequence>
			<xs:element name="award-group" type="sc-award-group-type" minOccurs="0"
				maxOccurs="unbounded"/>
			<xs:element name="funding-statement" type="sc-funding-statement-type" minOccurs="0"
				maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="specific-use" use="optional"/>
	</xs:complexType>
	<xs:complexType name="sc-funding-source-type" mixed="true">
		<xs:choice>
			<xs:element name="named-content" type="sc-named-content-type" minOccurs="0" maxOccurs="2"/>
			<xs:element name="institution-wrap" type="sc-institution-wrap-type" minOccurs="0" maxOccurs="unbounded"/>
		</xs:choice>
		<xs:attribute name="id" use="optional" type="xs:ID"/>
	</xs:complexType>
	
	<xs:complexType name="sc-funding-statement-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>	
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>	
		<xs:attribute name="id" use="optional" type="xs:ID"/>
	</xs:complexType>
	<xs:complexType name="sc-given-names-type" mixed="true">
		<xs:attribute name="initials" use="optional" type="xs:string"/>
	</xs:complexType>
	<xs:complexType name="sc-glossary-type-body">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type-body" minOccurs="0"/>
			<xs:element name="title" type="sc-title-type" minOccurs="0"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="address" type="sc-address-type"/>
				<xs:element name="alternatives" type="sc-alternatives-type"/>
				<xs:element name="array" type="sc-array-type"/>
				<xs:element name="boxed-text" type="sc-boxed-text-type"/>
				<xs:element name="chem-struct-wrap" type="sc-chem-struct-wrap-type"/>
				<xs:element name="fig" type="sc-fig-type"/>
				<xs:element name="fig-group" type="sc-fig-group-type-body"/>
				<xs:element name="graphic" type="sc-graphic-type"/>
				<xs:element name="media" type="sc-media-type"/>
				<xs:element name="preformat" type="sc-preformat-type"/>
				<xs:element name="supplementary-material" type="sc-supplementary-material-type"/>
				<xs:element name="table-wrap" type="sc-table-wrap-type"/>
				<xs:element name="table-wrap-group" type="sc-table-wrap-group-type-body"/>
				<xs:element name="disp-formula" type="sc-disp-formula-type"/>
				<xs:element name="disp-formula-group" type="sc-disp-formula-group-type"/>
				<xs:element name="def-list" type="sc-def-list-type"/>
				<xs:element name="list" type="sc-list-type"/>
				<xs:element name="tex-math" type="j-tex-math-type"/>
				<xs:element ref="mml:math"/>
				<xs:element name="p" type="sc-p-type"/>
				<xs:element name="related-article" type="sc-related-article-type-body"/>
				<xs:element name="related-object" type="sc-related-object-type-body"/>
				<xs:element name="disp-quote" type="sc-disp-quote-type"/>
				<xs:element name="speech" type="sc-speech-type"/>
				<xs:element name="statement" type="sc-statement-type"/>
				<xs:element name="verse-group" type="sc-verse-group-type"/>
			</xs:choice>
			<xs:element name="glossary" type="sc-glossary-type-body" minOccurs="0"
				maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-glyph-data-type" mixed="true">
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="fontchar"/>
		<xs:attribute name="fontname"/>
		<xs:attribute name="format" type="xs:NMTOKEN"/>
		<xs:attribute name="resolution"/>
		<xs:attribute ref="xml:space" default="preserve"/>
		<xs:attribute name="x-size"/>
		<xs:attribute name="y-size"/>
	</xs:complexType>
	<xs:complexType name="j-glyph-ref-type">
		<xs:attribute name="glyph-data" type="xs:IDREF"/>
	</xs:complexType>
	<xs:complexType name="sc-gov-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
		</xs:choice>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-graphic-type">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="alt-text" type="j-alt-text-type"/>
			<xs:element name="long-desc" type="j-long-desc-type"/>
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="object-id" type="sc-object-id-type"/>
			<xs:element name="label" type="sc-label-type-body"/>
			<xs:element name="caption" type="sc-caption-type"/>
			<xs:element name="attrib" type="sc-attrib-type"/>
			<xs:element name="permissions" type="sc-permissions-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="position" default="float">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="anchor"/>
					<xs:enumeration value="background"/>
					<xs:enumeration value="float"/>
					<xs:enumeration value="margin"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="orientation" default="portrait">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="portrait"/>
					<xs:enumeration value="landscape"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="mime-subtype"/>
		<xs:attribute name="mimetype"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href" use="required"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:complexType name="j-hr-type"/>
	<xs:complexType name="sc-inline-formula-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-inline-graphic-type">
		<xs:sequence>
			<xs:element name="alt-text" type="j-alt-text-type" minOccurs="0"/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="baseline-shift"/>
		<xs:attribute name="mimetype"/>
		<xs:attribute name="mime-subtype"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href" use="required"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:complexType name="sc-inline-supplementary-material-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="alt-text" type="j-alt-text-type"/>
			<xs:element name="long-desc" type="j-long-desc-type"/>
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="mimetype"/>
		<xs:attribute name="mime-subtype"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:complexType name="sc-institution-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:complexType name="sc-institution-id-type" mixed="true">
		<xs:attribute name="content-type" use="optional" type="xs:string"/>
		<xs:attribute name="id" use="optional" type="xs:ID"/>
		<xs:attribute name="institution-id-type" use="optional" type="xs:string"/>
		<xs:attribute name="specific-use" use="optional" type="xs:string"/>
		<xs:attribute ref="xml:base" use="optional"/>
		<xs:attribute ref="xml:lang" use="optional"/>
	</xs:complexType>	
	<xs:complexType name="sc-institution-wrap-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="institution-id" type="sc-institution-id-type"/>
			<xs:element name="institution" type="sc-institution-type"/>
		</xs:choice>
	</xs:complexType>
	<xs:complexType name="sc-isbn-type" mixed="true">
		<xs:attribute name="content-type"/>
		<xs:attribute name="publication-format" type="xs:string"/>
	</xs:complexType>
	<xs:complexType name="sc-issn-type-body" mixed="true">
		<xs:attribute name="content-type"/>
		<xs:attribute name="id"/>
		<xs:attribute name="publication-format"/>
		<xs:attribute name="pub-type"/>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="j-issn-l-type" mixed="true">
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="sc-issue-type" mixed="true">
		<xs:attribute name="content-type"/>
		<xs:attribute name="seq"/>
	</xs:complexType>
	<xs:complexType name="j-issue-id-type" mixed="true">
		<xs:attribute name="pub-id-type"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-issue-part-type" mixed="true">
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-issue-title-type" mixed="true">
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-issue-sponsor-type" mixed="true"/>
	<xs:complexType name="sc-italic-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="sc-addr-line-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
			<xs:element name="country" type="j-country-type"/>
			<xs:element name="fax" type="j-fax-type"/>
			<xs:element name="institution" type="sc-institution-type"/>
			<xs:element name="phone" type="j-phone-type"/>
		</xs:choice>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-named-content-type-body" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="address" type="sc-address-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="array" type="sc-array-type"/>
			<xs:element name="boxed-text" type="sc-boxed-text-type"/>
			<xs:element name="chem-struct-wrap" type="sc-chem-struct-wrap-type"/>
			<xs:element name="fig" type="sc-fig-type"/>
			<xs:element name="fig-group" type="sc-fig-group-type-body"/>
			<xs:element name="graphic" type="sc-graphic-type"/>
			<xs:element name="media" type="sc-media-type"/>
			<xs:element name="preformat" type="sc-preformat-type"/>
			<xs:element name="supplementary-material" type="sc-supplementary-material-type"/>
			<xs:element name="table-wrap" type="sc-table-wrap-type"/>
			<xs:element name="table-wrap-group" type="sc-table-wrap-group-type-body"/>
			<xs:element name="disp-formula" type="sc-disp-formula-type"/>
			<xs:element name="disp-formula-group" type="sc-disp-formula-group-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="def-list" type="sc-def-list-type"/>
			<xs:element name="list" type="sc-list-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
			<xs:element name="disp-quote" type="sc-disp-quote-type"/>
			<xs:element name="speech" type="sc-speech-type"/>
			<xs:element name="statement" type="sc-statement-type"/>
			<xs:element name="verse-group" type="sc-verse-group-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="rid" type="xs:IDREFS"/>
		<xs:attribute name="alt"/>
		<xs:attribute name="content-type" use="required"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>	
	<xs:complexType name="j-journal-id-type" mixed="true">
		<xs:attribute name="journal-id-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-related-object-type-body" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="annotation" type="j-annotation-type"/>
			<xs:element name="article-title" type="sc-article-title-type"/>
			<xs:element name="chapter-title" type="sc-chapter-title-type"/>
			<xs:element name="collab" type="sc-collab-type"/>
			<xs:element name="collab-alternatives" type="j-collab-alternatives-type"/>
			<xs:element name="comment" type="sc-comment-type"/>
			<xs:element name="conf-date" type="sc-conf-date-type"/>
			<xs:element name="conf-loc" type="sc-conf-loc-type"/>
			<xs:element name="conf-name" type="sc-conf-name-type"/>
			<xs:element name="conf-sponsor" type="sc-conf-sponsor-type"/>
			<xs:element name="date" type="sc-date-type"/>
			<xs:element name="date-in-citation" type="j-date-in-citation-type"/>
			<xs:element name="day" type="sc-day-type"/>
			<xs:element name="edition" type="j-edition-type"/>
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="elocation-id" type="j-elocation-id-type"/>
			<xs:element name="etal" type="j-etal-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="fpage" type="sc-fpage-type"/>
			<xs:element name="gov" type="sc-gov-type"/>			
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="institution" type="sc-institution-type"/>
			<xs:element name="isbn" type="sc-isbn-type"/>
			<xs:element name="issn" type="sc-issn-type-body"/>
			<xs:element name="issn-l" type="j-issn-l-type"/>
			<xs:element name="issue" type="sc-issue-type"/>
			<xs:element name="issue-id" type="j-issue-id-type"/>
			<xs:element name="issue-part" type="j-issue-part-type"/>
			<xs:element name="issue-title" type="j-issue-title-type"/>
			<xs:element name="lpage" type="sc-lpage-type"/>
			<xs:element name="month" type="sc-month-type"/>
			<xs:element name="name" type="sc-name-type"/>
			<xs:element name="name-alternatives" type="j-name-alternatives-type"/>
			<xs:element name="object-id" type="sc-object-id-type"/>
			<xs:element name="page-range" type="sc-page-range-type"/>
			<xs:element name="part-title" type="sc-part-title-type"/>
			<xs:element name="patent" type="j-patent-type"/>
			<xs:element name="person-group" type="sc-person-group-type"/>
			<xs:element name="pub-id" type="j-pub-id-type"/>
			<xs:element name="publisher-loc" type="sc-publisher-loc-type"/>
			<xs:element name="publisher-name" type="j-publisher-name-type"/>
			<xs:element name="role" type="sc-role-type"/>
			<xs:element name="season" type="sc-season-type"/>
			<xs:element name="series" type="sc-series-type"/>
			<xs:element name="size" type="j-size-type"/>
			<xs:element name="source" type="sc-source-type"/>
			<xs:element name="std" type="sc-std-type"/>
			<xs:element name="string-name" type="sc-string-name-type"/>
			<xs:element name="supplement" type="sc-supplement-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="trans-source" type="sc-trans-source-type"/>
			<xs:element name="trans-title" type="sc-trans-title-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="volume" type="sc-volume-type"/>
			<xs:element name="volume-id" type="j-volume-id-type"/>
			<xs:element name="volume-series" type="j-volume-series-type"/>
			<xs:element name="year" type="sc-year-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="link-type"/>
		<xs:attribute name="ext-link-type"/>
		<xs:attribute name="source-id"/>
		<xs:attribute name="source-id-type"/>
		<xs:attribute name="source-type"/>
		<xs:attribute name="document-id"/>
		<xs:attribute name="document-id-type"/>
		<xs:attribute name="document-type"/>
		<xs:attribute name="object-id"/>
		<xs:attribute name="object-id-type"/>
		<xs:attribute name="object-type"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:complexType name="sc-kwd-group-type">
		<xs:sequence>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="kwd" type="sc-kwd-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="kwd-group-type"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-kwd-group-type-section">
		<xs:sequence>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="kwd" type="sc-kwd-type"/>
				<xs:element name="nested-kwd" type="sc-nested-kwd-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="kwd-group-type"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-kwd-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
	</xs:complexType>
	<xs:complexType name="sc-license-type">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element ref="ali:license_ref"/>
			<xs:element name="license-p" type="sc-license-p-type" maxOccurs="unbounded"/>
		</xs:choice>
		<xs:attribute name="license-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:complexType name="sc-license-p-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="address" type="sc-address-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="array" type="sc-array-type"/>
			<xs:element name="boxed-text" type="sc-boxed-text-type"/>
			<xs:element name="chem-struct-wrap" type="sc-chem-struct-wrap-type"/>
			<xs:element name="fig" type="sc-fig-type"/>
			<xs:element name="fig-group" type="sc-fig-group-type-body"/>
			<xs:element name="graphic" type="sc-graphic-type"/>
			<xs:element name="media" type="sc-media-type"/>
			<xs:element name="preformat" type="sc-preformat-type"/>
			<xs:element name="supplementary-material" type="sc-supplementary-material-type"/>
			<xs:element name="table-wrap" type="sc-table-wrap-type"/>
			<xs:element name="table-wrap-group" type="sc-table-wrap-group-type-body"/>
			<xs:element name="disp-formula" type="sc-disp-formula-type"/>
			<xs:element name="disp-formula-group" type="sc-disp-formula-group-type"/>
			<xs:element name="citation-alternatives" type="sc-citation-alternatives-type"/>
			<xs:element name="element-citation" type="sc-element-citation-type"/>
			<xs:element name="mixed-citation" type="sc-mixed-citation-type"/>
			<xs:element name="nlm-citation" type="sc-nlm-citation-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="award-id" type="sc-award-id-type"/>
			<xs:element name="funding-source" type="sc-funding-source-type"/>
			<xs:element name="open-access" type="j-open-access-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="def-list" type="sc-def-list-type"/>
			<xs:element name="list" type="sc-list-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="disp-quote" type="sc-disp-quote-type"/>
			<xs:element name="speech" type="sc-speech-type"/>
			<xs:element name="statement" type="sc-statement-type"/>
			<xs:element name="verse-group" type="sc-verse-group-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
			<xs:element name="price" type="sc-price-type"/>
		</xs:choice>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="sc-list-type">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type-body" minOccurs="0"/>
			<xs:element name="title" type="sc-title-type" minOccurs="0"/>
			<xs:element name="list-item" type="sc-list-item-type" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="list-type">
			<xs:simpleType>
				<xs:restriction base="xs:NMTOKEN">
					<xs:enumeration value="simple"/>
					<xs:enumeration value="bullet"/>
					<xs:enumeration value="number"/>
					<xs:enumeration value="alpha-lower"/>
					<xs:enumeration value="alpha-upper"/>
					<xs:enumeration value="roman-lower"/>
					<xs:enumeration value="roman-upper"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="prefix-word"/>
		<xs:attribute name="list-content"/>
		<xs:attribute name="continued-from" type="xs:IDREF"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-list-item-type">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type-body" minOccurs="0"/>
			<xs:element name="title" type="sc-title-type" minOccurs="0"/>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="p" type="sc-p-type"/>
				<xs:element name="def-list" type="sc-def-list-type"/>
				<xs:element name="list" type="sc-list-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-long-desc-type" mixed="true">
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:complexType name="sc-lpage-type" mixed="true"/>
	<xs:complexType name="sc-media-type">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="alt-text" type="j-alt-text-type"/>
			<xs:element name="long-desc" type="j-long-desc-type"/>
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="object-id" type="sc-object-id-type"/>
			<xs:element name="label" type="sc-label-type-body"/>
			<xs:element name="caption" type="sc-caption-type"/>
			<xs:element name="attrib" type="sc-attrib-type"/>
			<xs:element name="permissions" type="sc-permissions-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="position" default="float">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="anchor"/>
					<xs:enumeration value="background"/>
					<xs:enumeration value="float"/>
					<xs:enumeration value="margin"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="orientation" default="portrait">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="portrait"/>
					<xs:enumeration value="landscape"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="mimetype"/>
		<xs:attribute name="mime-subtype"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:simpleType name="j-meta-name-type">
		<xs:restriction base="xs:string"/>
	</xs:simpleType>
	<xs:complexType name="sc-meta-value-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
	</xs:complexType>
	<xs:complexType name="j-milestone-end-type">
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="rid" type="xs:IDREF"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="rationale"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-milestone-start-type">
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="rid" type="xs:IDREF"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="rationale"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-mixed-citation-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="label" type="sc-label-type-body"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="annotation" type="j-annotation-type"/>
			<xs:element name="article-title" type="sc-article-title-type"/>
			<xs:element name="chapter-title" type="sc-chapter-title-type"/>
			<xs:element name="collab" type="sc-collab-type-body"/>
			<xs:element name="collab-alternatives" type="j-collab-alternatives-type"/>
			<xs:element name="comment" type="sc-comment-type"/>
			<xs:element name="conf-date" type="sc-conf-date-type"/>
			<xs:element name="conf-loc" type="sc-conf-loc-type"/>
			<xs:element name="conf-name" type="sc-conf-name-type"/>
			<xs:element name="conf-sponsor" type="sc-conf-sponsor-type"/>
			<xs:element name="data-title" type="sc-data-title-type"/>
			<xs:element name="date" type="sc-date-type"/>
			<xs:element name="date-in-citation" type="j-date-in-citation-type"/>
			<xs:element name="day" type="sc-day-type"/>
			<xs:element name="edition" type="j-edition-type"/>
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="elocation-id" type="j-elocation-id-type"/>
			<xs:element name="etal" type="j-etal-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="fpage" type="sc-fpage-type"/>
			<xs:element name="gov" type="sc-gov-type"/>
			<xs:element name="institution" type="sc-institution-type"/>
			<xs:element name="isbn" type="sc-isbn-type"/>
			<xs:element name="issn" type="sc-issn-type-body"/>
			<xs:element name="issn-l" type="j-issn-l-type"/>
			<xs:element name="issue" type="sc-issue-type"/>
			<xs:element name="issue-id" type="j-issue-id-type"/>
			<xs:element name="issue-part" type="j-issue-part-type"/>
			<xs:element name="issue-title" type="j-issue-title-type"/>
			<xs:element name="lpage" type="sc-lpage-type"/>
			<xs:element name="month" type="sc-month-type"/>
			<xs:element name="name" type="sc-name-type"/>
			<xs:element name="name-alternatives" type="j-name-alternatives-type"/>
			<xs:element name="object-id" type="sc-object-id-type"/>
			<xs:element name="page-range" type="sc-page-range-type"/>
			<xs:element name="part-title" type="sc-part-title-type"/>
			<xs:element name="patent" type="j-patent-type"/>
			<xs:element name="person-group" type="sc-person-group-type"/>
			<xs:element name="pub-id" type="j-pub-id-type"/>
			<xs:element name="publisher-loc" type="sc-publisher-loc-type"/>
			<xs:element name="publisher-name" type="j-publisher-name-type"/>
			<xs:element name="role" type="sc-role-type"/>
			<xs:element name="season" type="sc-season-type"/>
			<xs:element name="series" type="sc-series-type"/>
			<xs:element name="size" type="j-size-type"/>
			<xs:element name="source" type="sc-source-type"/>
			<xs:element name="std" type="sc-std-type"/>
			<xs:element name="string-name" type="sc-string-name-type"/>
			<xs:element name="supplement" type="sc-supplement-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="trans-source" type="sc-trans-source-type"/>
			<xs:element name="trans-title" type="sc-trans-title-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="version" type="sc-version-type"/>
			<xs:element name="volume" type="sc-volume-type"/>
			<xs:element name="volume-id" type="j-volume-id-type"/>
			<xs:element name="volume-series" type="j-volume-series-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="year" type="sc-year-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="publication-type"/>
		<xs:attribute name="publisher-type"/>
		<xs:attribute name="publication-format"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:complexType name="sc-monospace-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="sc-month-type" mixed="true"/>
	<xs:complexType name="sc-name-type">
		<xs:sequence>
			<xs:choice>
				<xs:sequence>
					<xs:element name="surname" type="sc-surname-type"/>
					<xs:element name="given-names" type="sc-given-names-type" minOccurs="0"/>
				</xs:sequence>
				<xs:element name="given-names" type="sc-given-names-type"/>
			</xs:choice>
			<xs:element name="prefix" type="sc-prefix-type" minOccurs="0"/>
			<xs:element name="suffix" type="sc-suffix-type" minOccurs="0"/>
		</xs:sequence>
		<xs:attribute name="name-style" default="western">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="western"/>
					<xs:enumeration value="eastern"/>
					<xs:enumeration value="islensk"/>
					<xs:enumeration value="given-only"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>		
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-name-alternatives-type">
		<xs:choice maxOccurs="unbounded">
			<xs:element name="name" type="sc-name-type"/>
			<xs:element name="string-name" type="sc-string-name-type"/>
		</xs:choice>
	</xs:complexType>
	<xs:complexType name="sc-nested-kwd-type">
		<xs:sequence>
			<xs:choice maxOccurs="unbounded">
				<xs:choice>
					<xs:element name="kwd" type="sc-kwd-type"/>
				</xs:choice>
			</xs:choice>
			<xs:element name="nested-kwd" type="sc-nested-kwd-type" minOccurs="0"
				maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="content-type" use="optional" type="xs:string"/>
		<xs:attribute name="id" use="optional" type="xs:ID"/>
		<xs:attribute ref="xml:base" use="optional"/>
	</xs:complexType>
	<xs:complexType name="sc-nlm-citation-type">
		<xs:sequence>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="person-group" type="sc-person-group-type"/>
				<xs:element name="collab" type="sc-collab-type"/>
			</xs:choice>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="article-title" type="sc-article-title-type"/>
				<xs:element name="trans-title" type="sc-trans-title-type"/>
			</xs:choice>
			<xs:element name="source" type="sc-source-type" minOccurs="0"/>
			<xs:element name="patent" type="j-patent-type" minOccurs="0"/>
			<xs:element name="trans-source" type="sc-trans-source-type" minOccurs="0"/>
			<xs:element name="year" type="sc-year-type" minOccurs="0"/>
			<xs:choice>
				<xs:sequence>
					<xs:element name="month" type="sc-month-type" minOccurs="0"/>
					<xs:element name="day" type="sc-day-type" minOccurs="0"/>
					<xs:element name="time-stamp" type="j-time-stamp-type" minOccurs="0"/>
				</xs:sequence>
				<xs:element name="season" type="sc-season-type" minOccurs="0"/>
			</xs:choice>
			<xs:element name="access-date" type="j-access-date-type" minOccurs="0"/>
			<xs:element name="volume" type="sc-volume-type" minOccurs="0"/>
			<xs:element name="edition" type="j-edition-type" minOccurs="0"/>
			<xs:element name="conf-name" type="sc-conf-name-type" minOccurs="0"/>
			<xs:element name="conf-date" type="sc-conf-date-type" minOccurs="0"/>
			<xs:element name="conf-loc" type="sc-conf-loc-type" minOccurs="0"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="issue" type="sc-issue-type"/>
				<xs:element name="supplement" type="sc-supplement-type"/>
			</xs:choice>
			<xs:element name="publisher-loc" type="sc-publisher-loc-type" minOccurs="0"/>
			<xs:element name="publisher-name" type="j-publisher-name-type" minOccurs="0"/>
			<xs:sequence minOccurs="0" maxOccurs="unbounded">
				<xs:element name="fpage" type="sc-fpage-type" minOccurs="0"/>
				<xs:element name="lpage" type="sc-lpage-type" minOccurs="0"/>
			</xs:sequence>
			<xs:element name="page-count" type="j-page-count-type" minOccurs="0"/>
			<xs:element name="series" type="sc-series-type" minOccurs="0"/>
			<xs:element name="comment" type="sc-comment-type" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="pub-id" type="j-pub-id-type" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="annotation" type="j-annotation-type" minOccurs="0"/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="publication-type"/>
		<xs:attribute name="publisher-type"/>
		<xs:attribute name="publication-format"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:complexType name="sc-note-type">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type-body" minOccurs="0"/>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="p" type="sc-p-type"/>
				<xs:element name="product" type="sc-product-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="content-type"/>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-object-id-type" mixed="true">
		<xs:attribute name="pub-id-type"/>
	</xs:complexType>
	<xs:complexType name="j-open-access-type">
		<xs:sequence>
			<xs:element name="p" type="sc-p-type" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-overline-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="sc-p-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="array" type="sc-array-type"/>
			<xs:element name="address" type="sc-address-type"/>
			<xs:element name="boxed-text" type="sc-boxed-text-type"/>
			<xs:element name="fig" type="sc-fig-type"/>
			<xs:element name="fig-group" type="sc-fig-group-type-body"/>
			<xs:element name="graphic" type="sc-graphic-type"/>
			<xs:element name="media" type="sc-media-type"/>
			<xs:element name="table-wrap" type="sc-table-wrap-type"/>
			<xs:element name="table-wrap-group" type="sc-table-wrap-group-type"/>
			<xs:element name="disp-formula" type="sc-disp-formula-type"/>
			<xs:element name="disp-formula-group" type="sc-disp-formula-group-type"/>
			<xs:element name="element-citation" type="sc-element-citation-type"/>
			<xs:element name="mixed-citation" type="sc-mixed-citation-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="def-list" type="sc-def-list-type"/>
			<xs:element name="list" type="sc-list-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="disp-quote" type="sc-disp-quote-type"/>
			<xs:element name="speech" type="sc-speech-type"/>
			<xs:element name="statement" type="sc-statement-type"/>
			<xs:element name="verse-group" type="sc-verse-group-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-page-count-type">
		<xs:attribute name="count" type="xs:NMTOKEN" use="required"/>
	</xs:complexType>
	<xs:complexType name="sc-page-range-type" mixed="true"/>
	<xs:complexType name="sc-part-title-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-patent-type" mixed="true">
		<xs:attribute name="content-type"/>
		<xs:attribute name="country"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-permissions-type">
		<xs:sequence>
			<xs:element name="copyright-statement" type="sc-copyright-statement-type" minOccurs="0"
				maxOccurs="unbounded"/>
			<xs:element name="copyright-year" type="j-copyright-year-type" minOccurs="0"
				maxOccurs="unbounded"/>
			<xs:element name="copyright-holder" type="sc-copyright-holder-type" minOccurs="0"
				maxOccurs="unbounded"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">				
				<xs:element ref="ali:free_to_read"/>				
				<xs:element name="license" type="sc-license-type" minOccurs="0"/>				
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" use="optional" type="xs:ID"/>
	</xs:complexType>
	<xs:complexType name="sc-person-group-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="anonymous" type="j-anonymous-type"/>
			<xs:element name="collab" type="sc-collab-type-body"/>
			<xs:element name="collab-alternatives" type="j-collab-alternatives-type"/>
			<xs:element name="name" type="sc-name-type"/>
			<xs:element name="name-alternatives" type="j-name-alternatives-type"/>
			<xs:element name="aff" type="sc-aff-type"/>
			<xs:element name="aff-alternatives" type="j-aff-alternatives-type"/>
			<xs:element name="etal" type="j-etal-type"/>
			<xs:element name="role" type="sc-role-type"/>
			<xs:element name="string-name" type="sc-string-name-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="person-group-type">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="allauthors"/>
					<xs:enumeration value="assignee"/>
					<xs:enumeration value="author"/>
					<xs:enumeration value="compiler"/>
					<xs:enumeration value="curator"/>
					<xs:enumeration value="director"/>
					<xs:enumeration value="editor"/>
					<xs:enumeration value="guest-editor"/>
					<xs:enumeration value="inventor"/>
					<xs:enumeration value="translator"/>
					<xs:enumeration value="transed"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-phone-type" mixed="true">
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="j-postal-code-type" mixed="true">		
		<xs:attribute name="content-type" use="optional"/>
		<xs:attribute name="id" use="optional"/>
		<xs:attribute name="specific-use" use="optional"/>
		<xs:attribute ref="xml:base" use="optional"/>
		<xs:attribute ref="xml:lang" use="optional"/>
	</xs:complexType>
	<xs:complexType name="sc-prefix-type" mixed="true"/>
	<xs:complexType name="sc-preformat-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="alt-text" type="j-alt-text-type"/>
			<xs:element name="long-desc" type="j-long-desc-type"/>
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="attrib" type="sc-attrib-type"/>
			<xs:element name="permissions" type="sc-permissions-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="position" default="float">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="anchor"/>
					<xs:enumeration value="background"/>
					<xs:enumeration value="float"/>
					<xs:enumeration value="margin"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="orientation" default="portrait">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="portrait"/>
					<xs:enumeration value="landscape"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute name="preformat-type"/>
		<xs:attribute ref="xml:space" default="preserve"/>
	</xs:complexType>
	<xs:complexType name="sc-price-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
		</xs:choice>
		<xs:attribute name="currency"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-private-char-type">
		<xs:choice>
			<xs:choice>
				<xs:element name="glyph-data" type="j-glyph-data-type"/>
				<xs:element name="glyph-ref" type="j-glyph-ref-type"/>
			</xs:choice>
			<xs:element name="inline-graphic" type="j-inline-graphic-type" minOccurs="0"
				maxOccurs="unbounded"/>
		</xs:choice>
		<xs:attribute name="description"/>
		<xs:attribute name="name"/>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="sc-product-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="break" type="j-break-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="price" type="sc-price-type"/>
			<xs:element name="annotation" type="j-annotation-type"/>
			<xs:element name="article-title" type="sc-article-title-type"/>
			<xs:element name="chapter-title" type="sc-chapter-title-type"/>
			<xs:element name="collab" type="sc-collab-type"/>
			<xs:element name="collab-alternatives" type="j-collab-alternatives-type"/>
			<xs:element name="comment" type="sc-comment-type"/>
			<xs:element name="conf-date" type="sc-conf-date-type"/>
			<xs:element name="conf-loc" type="sc-conf-loc-type"/>
			<xs:element name="conf-name" type="sc-conf-name-type"/>
			<xs:element name="conf-sponsor" type="sc-conf-sponsor-type"/>
			<xs:element name="date" type="sc-date-type"/>
			<xs:element name="date-in-citation" type="j-date-in-citation-type"/>
			<xs:element name="day" type="sc-day-type"/>
			<xs:element name="edition" type="j-edition-type"/>
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="elocation-id" type="j-elocation-id-type"/>
			<xs:element name="etal" type="j-etal-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="fpage" type="sc-fpage-type"/>
			<xs:element name="gov" type="sc-gov-type"/>
			<xs:element name="institution" type="sc-institution-type"/>
			<xs:element name="isbn" type="sc-isbn-type"/>
			<xs:element name="issn" type="sc-issn-type-body"/>
			<xs:element name="issn-l" type="j-issn-l-type"/>
			<xs:element name="issue" type="sc-issue-type"/>
			<xs:element name="issue-id" type="j-issue-id-type"/>
			<xs:element name="issue-part" type="j-issue-part-type"/>
			<xs:element name="issue-title" type="j-issue-title-type"/>
			<xs:element name="lpage" type="sc-lpage-type"/>
			<xs:element name="month" type="sc-month-type"/>
			<xs:element name="name" type="sc-name-type"/>
			<xs:element name="name-alternatives" type="j-name-alternatives-type"/>
			<xs:element name="object-id" type="sc-object-id-type"/>
			<xs:element name="page-range" type="sc-page-range-type"/>
			<xs:element name="part-title" type="sc-part-title-type"/>
			<xs:element name="patent" type="j-patent-type"/>
			<xs:element name="person-group" type="sc-person-group-type"/>
			<xs:element name="pub-id" type="j-pub-id-type"/>
			<xs:element name="publisher-loc" type="sc-publisher-loc-type"/>
			<xs:element name="publisher-name" type="j-publisher-name-type"/>
			<xs:element name="role" type="sc-role-type"/>
			<xs:element name="season" type="sc-season-type"/>
			<xs:element name="series" type="sc-series-type"/>
			<xs:element name="size" type="j-size-type"/>
			<xs:element name="source" type="sc-source-type"/>
			<xs:element name="std" type="sc-std-type"/>
			<xs:element name="string-name" type="sc-string-name-type"/>
			<xs:element name="supplement" type="sc-supplement-type"/>
			<xs:element name="trans-source" type="sc-trans-source-type"/>
			<xs:element name="trans-title" type="sc-trans-title-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="volume" type="sc-volume-type"/>
			<xs:element name="volume-id" type="j-volume-id-type"/>
			<xs:element name="volume-series" type="j-volume-series-type"/>
			<xs:element name="year" type="sc-year-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="product-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:complexType name="j-pub-id-type" mixed="true">
		<xs:attribute name="assigning-authority"/>
		<xs:attribute name="pub-id-type">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="art-access-id"/>
					<xs:enumeration value="arxiv"/>
					<xs:enumeration value="coden"/>
					<xs:enumeration value="doaj"/>
					<xs:enumeration value="doi"/>
					<xs:enumeration value="isbn"/>
					<xs:enumeration value="manuscript"/>
					<xs:enumeration value="medline"/>
					<xs:enumeration value="other"/>
					<xs:enumeration value="pii"/>
					<xs:enumeration value="pmcid"/>
					<xs:enumeration value="pmid"/>
					<xs:enumeration value="publisher-id"/>
					<xs:enumeration value="sici"/>
					<xs:enumeration value="std-designation"/>
					<xs:enumeration value="wos"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xlink:href"/>
	</xs:complexType>
	<xs:complexType name="sc-publisher-type">
		<xs:sequence maxOccurs="unbounded">
			<xs:element name="publisher-name" type="j-publisher-name-type"/>
			<xs:element name="publisher-loc" type="sc-publisher-loc-type" minOccurs="0"/>
		</xs:sequence>
		<xs:attribute name="content-type"/>
	</xs:complexType>
	<xs:complexType name="sc-publisher-loc-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
		</xs:choice>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-publisher-name-type" mixed="true">
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-ref-type">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type-body" minOccurs="0"/>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="citation-alternatives" type="sc-citation-alternatives-type"/>
				<xs:element name="element-citation" type="sc-element-citation-type"/>
				<xs:element name="mixed-citation" type="sc-mixed-citation-type"/>
				<xs:element name="nlm-citation" type="sc-nlm-citation-type"/>
				<xs:element name="note" type="sc-note-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-ref-list-type">
		<xs:sequence/>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-role-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
			<xs:element name="named-content" type="sc-named-content-type"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
		</xs:choice>		
	</xs:complexType>
	<xs:complexType name="sc-roman-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="sc-sans-serif-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="sc-sc-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="sc-glossary-type">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type" minOccurs="0"/>
			<xs:element name="title" type="sc-title-type" minOccurs="0"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="array" type="sc-array-type"/>
				<xs:element name="boxed-text" type="sc-boxed-text-type"/>
				<xs:element name="fig" type="sc-fig-type"/>
				<xs:element name="fig-group" type="sc-fig-group-type-body"/>
				<xs:element name="graphic" type="sc-graphic-type"/>
				<xs:element name="media" type="sc-media-type"/>
				<xs:element name="table-wrap" type="sc-table-wrap-type"/>
				<xs:element name="table-wrap-group" type="sc-table-wrap-group-type-body"/>
				<xs:element name="disp-formula" type="sc-disp-formula-type"/>
				<xs:element name="def-list" type="sc-def-list-type"/>
				<xs:element name="list" type="sc-list-type"/>
				<xs:element name="p" type="sc-p-type"/>
				<xs:element name="disp-quote" type="sc-disp-quote-type"/>
				<xs:element name="speech" type="sc-speech-type"/>
				<xs:element name="statement" type="sc-statement-type"/>
				<xs:element name="verse-group" type="sc-verse-group-type"/>
			</xs:choice>
			<xs:element name="glossary" type="sc-glossary-type" minOccurs="0" maxOccurs="unbounded"
			/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-corresp-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="addr-line" type="sc-addr-line-type"/>
			<xs:element name="country" type="j-country-type"/>
			<xs:element name="fax" type="j-fax-type"/>
			<xs:element name="institution" type="sc-institution-type"/>
			<xs:element name="phone" type="j-phone-type"/>
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="label" type="sc-label-type-body"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute name="aid" type="xs:integer"/>
	</xs:complexType>
	<xs:complexType name="sc-label-type" mixed="true">
		<xs:choice minOccurs="0"/>
	</xs:complexType>
	<xs:complexType name="sc-label-type-body" mixed="true">
		<xs:choice minOccurs="0"/>
		<xs:attribute name="alt"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-named-content-type" mixed="true">
		<xs:attribute name="content-type" use="required"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-notes-type">
		<xs:sequence>
			<xs:element name="sec-meta" type="sc-sec-meta-type" minOccurs="0"/>
			<xs:element name="label" type="sc-label-type-body" minOccurs="0"/>
			<xs:element name="title" type="sc-title-type" minOccurs="0"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="address" type="sc-address-type"/>
				<xs:element name="alternatives" type="sc-alternatives-type"/>
				<xs:element name="array" type="sc-array-type"/>
				<xs:element name="boxed-text" type="sc-boxed-text-type"/>
				<xs:element name="chem-struct-wrap" type="sc-chem-struct-wrap-type"/>
				<xs:element name="fig" type="sc-fig-type"/>
				<xs:element name="fig-group" type="sc-fig-group-type-body"/>
				<xs:element name="graphic" type="sc-graphic-type"/>
				<xs:element name="media" type="sc-media-type"/>
				<xs:element name="preformat" type="sc-preformat-type"/>
				<xs:element name="supplementary-material" type="sc-supplementary-material-type"/>
				<xs:element name="table-wrap" type="sc-table-wrap-type"/>
				<xs:element name="table-wrap-group" type="sc-table-wrap-group-type-body"/>
				<xs:element name="disp-formula" type="sc-disp-formula-type"/>
				<xs:element name="disp-formula-group" type="sc-disp-formula-group-type"/>
				<xs:element name="def-list" type="sc-def-list-type"/>
				<xs:element name="list" type="sc-list-type"/>
				<xs:element name="tex-math" type="j-tex-math-type"/>
				<xs:element ref="mml:math"/>
				<xs:element name="p" type="sc-p-type"/>
				<xs:element name="related-article" type="sc-related-article-type-body"/>
				<xs:element name="related-object" type="sc-related-object-type-body"/>
				<xs:element name="disp-quote" type="sc-disp-quote-type"/>
				<xs:element name="speech" type="sc-speech-type"/>
				<xs:element name="statement" type="sc-statement-type"/>
				<xs:element name="verse-group" type="sc-verse-group-type"/>
			</xs:choice>
			<xs:element name="sec" type="sc-sec-type" minOccurs="0" maxOccurs="unbounded"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="fn-group" type="sc-fn-group-type"/>
				<xs:element name="glossary" type="sc-glossary-type-body"/>
				<xs:element name="ref-list" type="sc-ref-list-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="notes-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-notes-type">
		<xs:sequence>
			<xs:element name="sec-meta" type="sc-sec-meta-type" minOccurs="0"/>
			<xs:element name="label" type="sc-label-type" minOccurs="0"/>
			<xs:element name="title" type="sc-title-type" minOccurs="0"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="array" type="sc-array-type"/>
				<xs:element name="boxed-text" type="sc-boxed-text-type"/>
				<xs:element name="fig" type="sc-fig-type"/>
				<xs:element name="fig-group" type="sc-fig-group-type"/>
				<xs:element name="graphic" type="sc-graphic-type"/>
				<xs:element name="media" type="sc-media-type"/>
				<xs:element name="table-wrap" type="sc-table-wrap-type"/>
				<xs:element name="table-wrap-group" type="sc-table-wrap-group-type"/>
				<xs:element name="disp-formula" type="sc-disp-formula-type"/>
				<xs:element name="p" type="sc-p-type"/>
				<xs:element name="def-list" type="sc-def-list-type"/>
				<xs:element name="list" type="sc-list-type"/>
				<xs:element name="disp-quote" type="sc-disp-quote-type"/>
				<xs:element name="speech" type="sc-speech-type"/>
				<xs:element name="statement" type="sc-statement-type"/>
				<xs:element name="verse-group" type="sc-verse-group-type"/>
			</xs:choice>
			<xs:element name="sec" type="sc-sec-type" minOccurs="0" maxOccurs="unbounded"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="fn-group" type="sc-fn-group-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute name="aid" type="xs:integer"/>
	</xs:complexType>
	<xs:complexType name="sc-on-behalf-of-type" mixed="true">
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-principal-award-recipient-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="contrib-id" type="j-contrib-id-type"/>
			<xs:element name="name" type="sc-name-type"/>
			<xs:element name="name-alternatives" type="j-name-alternatives-type"/>
			<xs:element name="institution" type="sc-institution-type"/>
			<xs:element name="institution-wrap" type="sc-institution-wrap-type"/>
			<xs:element name="string-name" type="sc-string-name-type"/>
		</xs:choice>	
		<xs:attribute name="id" use="optional" type="xs:ID"/>
	</xs:complexType>
	<xs:complexType name="sc-principal-investigator-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="contrib-id" type="j-contrib-id-type"/>
			<xs:element name="name" type="sc-name-type"/>
			<xs:element name="name-alternatives" type="j-name-alternatives-type"/>			
			<xs:element name="string-name" type="sc-string-name-type"/>
		</xs:choice>
		<xs:attribute name="id" use="optional" type="xs:ID"/>
	</xs:complexType>
	<xs:complexType name="sc-related-article-type" mixed="true">
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="related-article-type" use="required"/>
		<xs:attribute name="ext-link-type"/>
		<xs:attribute name="vol"/>
		<xs:attribute name="page"/>
		<xs:attribute name="elocation-id"/>
		<xs:attribute name="journal-id"/>
		<xs:attribute name="journal-id-type"/>
		<xs:attribute ref="xlink:href"/>
	</xs:complexType>
	<xs:complexType name="sc-related-article-type-body" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="journal-id" type="j-journal-id-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="annotation" type="j-annotation-type"/>
			<xs:element name="article-title" type="sc-article-title-type"/>
			<xs:element name="chapter-title" type="sc-chapter-title-type"/>
			<xs:element name="collab" type="sc-collab-type"/>
			<xs:element name="collab-alternatives" type="j-collab-alternatives-type"/>
			<xs:element name="comment" type="sc-comment-type"/>
			<xs:element name="conf-date" type="sc-conf-date-type"/>
			<xs:element name="conf-loc" type="sc-conf-loc-type"/>
			<xs:element name="conf-name" type="sc-conf-name-type"/>
			<xs:element name="conf-sponsor" type="sc-conf-sponsor-type"/>
			<xs:element name="date" type="sc-date-type"/>
			<xs:element name="date-in-citation" type="j-date-in-citation-type"/>
			<xs:element name="day" type="sc-day-type"/>
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="elocation-id" type="j-elocation-id-type"/>
			<xs:element name="etal" type="j-etal-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="fpage" type="sc-fpage-type"/>
			<xs:element name="gov" type="sc-gov-type"/>
			<xs:element name="institution" type="sc-institution-type"/>
			<xs:element name="isbn" type="sc-isbn-type"/>
			<xs:element name="issn" type="sc-issn-type-body"/>
			<xs:element name="issn-l" type="j-issn-l-type"/>
			<xs:element name="issue" type="sc-issue-type"/>
			<xs:element name="issue-id" type="j-issue-id-type"/>
			<xs:element name="issue-part" type="j-issue-part-type"/>
			<xs:element name="issue-title" type="j-issue-title-type"/>
			<xs:element name="lpage" type="sc-lpage-type"/>
			<xs:element name="month" type="sc-month-type"/>
			<xs:element name="name" type="sc-name-type"/>
			<xs:element name="name-alternatives" type="j-name-alternatives-type"/>
			<xs:element name="object-id" type="sc-object-id-type"/>
			<xs:element name="page-range" type="sc-page-range-type"/>
			<xs:element name="part-title" type="sc-part-title-type"/>
			<xs:element name="patent" type="j-patent-type"/>
			<xs:element name="person-group" type="sc-person-group-type"/>
			<xs:element name="pub-id" type="j-pub-id-type"/>
			<xs:element name="publisher-loc" type="sc-publisher-loc-type"/>
			<xs:element name="publisher-name" type="j-publisher-name-type"/>
			<xs:element name="role" type="sc-role-type"/>
			<xs:element name="season" type="sc-season-type"/>
			<xs:element name="series" type="sc-series-type"/>
			<xs:element name="size" type="j-size-type"/>
			<xs:element name="source" type="sc-source-type"/>
			<xs:element name="std" type="sc-std-type"/>
			<xs:element name="string-name" type="sc-string-name-type"/>
			<xs:element name="supplement" type="sc-supplement-type"/>
			<xs:element name="trans-source" type="sc-trans-source-type"/>
			<xs:element name="trans-title" type="sc-trans-title-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="volume" type="sc-volume-type"/>
			<xs:element name="volume-id" type="j-volume-id-type"/>
			<xs:element name="volume-series" type="j-volume-series-type"/>
			<xs:element name="year" type="sc-year-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="related-article-type" use="required"/>
		<xs:attribute name="ext-link-type"/>
		<xs:attribute name="vol"/>
		<xs:attribute name="page"/>
		<xs:attribute name="elocation-id"/>
		<xs:attribute name="journal-id"/>
		<xs:attribute name="journal-id-type"/>
		<xs:attribute ref="xlink:href"/>
	</xs:complexType>
	<xs:complexType name="sc-related-object-type" mixed="true">
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="link-type"/>
		<xs:attribute name="document-id"/>
		<xs:attribute name="document-id-type"/>
		<xs:attribute name="document-type"/>
		<xs:attribute name="object-id"/>
		<xs:attribute name="object-id-type"/>
		<xs:attribute name="object-type"/>
		<xs:attribute name="source-id"/>
		<xs:attribute name="source-id-type"/>
		<xs:attribute name="source-type"/>
	</xs:complexType>
	<xs:complexType name="sc-season-type" mixed="true"/>
	<xs:complexType name="sc-sec-meta-type">
		<xs:sequence>
			<xs:element name="contrib-group" type="sc-contrib-group-type" minOccurs="0"
				maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="sc-sec-type">
		<xs:sequence/>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute name="aid" type="xs:integer"/>
		<xs:attribute name="sec-type"/>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="sc-self-uri-type" mixed="true">
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute name="content-type" use="optional"/>
		<xs:attribute name="specific-use" use="optional"/>
	</xs:complexType>
	<xs:complexType name="j-state-type" mixed="true">		
		<xs:attribute name="content-type" use="optional"/>
		<xs:attribute name="id" use="optional"/>
		<xs:attribute name="specific-use" use="optional"/>
		<xs:attribute ref="xml:base" use="optional"/>
		<xs:attribute ref="xml:lang" use="optional"/>
	</xs:complexType>
	<xs:complexType name="sc-subject-type" mixed="true">
		<xs:attribute name="content-type" use="optional" type="xs:string"/>
	</xs:complexType>
	<xs:complexType name="sc-subj-group-type">
		<xs:sequence>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="subject" type="sc-subject-type"/>
			</xs:choice>
			<xs:element name="subj-group" type="sc-subj-group-type" minOccurs="0"
				maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="subj-group-type" use="required"/>
	</xs:complexType>
	<xs:complexType name="sc-suffix-type" mixed="true"/>
	<xs:complexType name="sc-surname-type" mixed="true">
		<xs:attribute name="initials" use="optional" type="xs:string"/>
	</xs:complexType>
	<xs:complexType name="sc-table-wrap-group-type">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type" minOccurs="0"/>
			<xs:element name="caption" type="sc-caption-type" minOccurs="0"/>
			<xs:element name="table-wrap" type="sc-table-wrap-type" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute name="aid" type="xs:integer"/>
	</xs:complexType>
	<xs:complexType name="sc-title-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
			<xs:element name="break" type="j-break-type"/>
			<xs:element name="element-citation" type="sc-element-citation-type"/>
			<xs:element name="mixed-citation" type="sc-mixed-citation-type"/>
		</xs:choice>
	</xs:complexType>
	<xs:complexType name="sc-volume-type" mixed="true">
		<xs:attribute name="content-type"/>
	</xs:complexType>
	<xs:complexType name="sc-year-type" mixed="true"/>
	<xs:complexType name="sc-series-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
		</xs:choice>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-sig-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="break" type="j-break-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="graphic" type="sc-graphic-type"/>
			<xs:element name="media" type="sc-media-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="rid" type="xs:IDREFS"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-sig-block-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="break" type="j-break-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="graphic" type="sc-graphic-type"/>
			<xs:element name="media" type="sc-media-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sig" type="sc-sig-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="rid" type="xs:IDREFS"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="j-size-type" mixed="true">
		<xs:attribute name="units" use="required"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-source-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-speaker-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="degrees" type="sc-degrees-type"/>
			<xs:element name="given-names" type="sc-given-names-type"/>
			<xs:element name="prefix" type="sc-prefix-type"/>
			<xs:element name="surname" type="sc-surname-type"/>
			<xs:element name="suffix" type="sc-suffix-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
		</xs:choice>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-speech-type">
		<xs:sequence>
			<xs:element name="speaker" type="sc-speaker-type"/>
			<xs:element name="p" type="sc-p-type" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-statement-type">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type-body" minOccurs="0"/>
			<xs:element name="title" type="sc-title-type" minOccurs="0"/>
			<xs:element name="p" type="sc-p-type" maxOccurs="unbounded"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="attrib" type="sc-attrib-type"/>
				<xs:element name="permissions" type="sc-permissions-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-std-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="day" type="sc-day-type"/>
			<xs:element name="month" type="sc-month-type"/>
			<xs:element name="pub-id" type="j-pub-id-type"/>
			<xs:element name="source" type="sc-source-type"/>
			<xs:element name="std-organization" type="sc-std-organization-type"/>
			<xs:element name="year" type="sc-year-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-std-organization-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-strike-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="sc-string-name-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="degrees" type="sc-degrees-type"/>
			<xs:element name="given-names" type="sc-given-names-type"/>
			<xs:element name="prefix" type="sc-prefix-type"/>
			<xs:element name="surname" type="sc-surname-type"/>
			<xs:element name="suffix" type="sc-suffix-type"/>
			<xs:element name="target" type="sc-target-type"/>
		</xs:choice>
		<xs:attribute name="content-type"/>
		<xs:attribute name="name-style" default="western">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="western"/>
					<xs:enumeration value="eastern"/>
					<xs:enumeration value="islensk"/>
					<xs:enumeration value="given-only"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-styled-content-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="address" type="sc-address-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="array" type="sc-array-type"/>
			<xs:element name="boxed-text" type="sc-boxed-text-type"/>
			<xs:element name="chem-struct-wrap" type="sc-chem-struct-wrap-type"/>
			<xs:element name="fig" type="sc-fig-type"/>
			<xs:element name="fig-group" type="sc-fig-group-type-body"/>
			<xs:element name="graphic" type="sc-graphic-type"/>
			<xs:element name="media" type="sc-media-type"/>
			<xs:element name="preformat" type="sc-preformat-type"/>
			<xs:element name="supplementary-material" type="sc-supplementary-material-type"/>
			<xs:element name="table-wrap" type="sc-table-wrap-type"/>
			<xs:element name="table-wrap-group" type="sc-table-wrap-group-type-body"/>
			<xs:element name="disp-formula" type="sc-disp-formula-type"/>
			<xs:element name="disp-formula-group" type="sc-disp-formula-group-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="def-list" type="sc-def-list-type"/>
			<xs:element name="list" type="sc-list-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
			<xs:element name="disp-quote" type="sc-disp-quote-type"/>
			<xs:element name="speech" type="sc-speech-type"/>
			<xs:element name="statement" type="sc-statement-type"/>
			<xs:element name="verse-group" type="sc-verse-group-type"/>
		</xs:choice>
		<xs:attribute name="style"/>
		<xs:attribute name="style-type"/>
		<xs:attribute name="alt"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-sub-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="arrange">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="stack"/>
					<xs:enumeration value="stagger"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="sc-subtitle-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
			<xs:element name="break" type="j-break-type"/>
		</xs:choice>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-sup-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="arrange">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="stack"/>
					<xs:enumeration value="stagger"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="sc-supplement-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
			<xs:element name="contrib-group" type="sc-contrib-group-type"/>
			<xs:element name="title" type="sc-title-type"/>
		</xs:choice>
		<xs:attribute name="supplement-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-supplementary-material-type">
		<xs:sequence>
			<xs:element name="object-id" type="sc-object-id-type" minOccurs="0"
				maxOccurs="unbounded"/>
			<xs:element name="label" type="sc-label-type-body" minOccurs="0"/>
			<xs:element name="caption" type="sc-caption-type" minOccurs="0"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="alt-text" type="j-alt-text-type"/>
				<xs:element name="long-desc" type="j-long-desc-type"/>
				<xs:element name="email" type="j-email-type"/>
				<xs:element name="ext-link" type="sc-ext-link-type"/>
				<xs:element name="uri" type="j-uri-type"/>
			</xs:choice>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="disp-formula" type="sc-disp-formula-type"/>
				<xs:element name="disp-formula-group" type="sc-disp-formula-group-type"/>
				<xs:element name="chem-struct-wrap" type="sc-chem-struct-wrap-type"/>
				<xs:element name="disp-quote" type="sc-disp-quote-type"/>
				<xs:element name="speech" type="sc-speech-type"/>
				<xs:element name="statement" type="sc-statement-type"/>
				<xs:element name="verse-group" type="sc-verse-group-type"/>
				<xs:element name="table-wrap" type="sc-table-wrap-type"/>
				<xs:element name="p" type="sc-p-type"/>
				<xs:element name="def-list" type="sc-def-list-type"/>
				<xs:element name="list" type="sc-list-type"/>
				<xs:element name="alternatives" type="sc-alternatives-type"/>
				<xs:element name="array" type="sc-array-type"/>
				<xs:element name="graphic" type="sc-graphic-type"/>
				<xs:element name="media" type="sc-media-type"/>
				<xs:element name="preformat" type="sc-preformat-type"/>
			</xs:choice>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="attrib" type="sc-attrib-type"/>
				<xs:element name="permissions" type="sc-permissions-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="position" default="float">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="anchor"/>
					<xs:enumeration value="background"/>
					<xs:enumeration value="float"/>
					<xs:enumeration value="margin"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="orientation" default="portrait">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="portrait"/>
					<xs:enumeration value="landscape"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute name="content-type">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="data-supplement"/>
					<xs:enumeration value="disclosure"/>
					<xs:enumeration value="featured-figure"/>
					<xs:enumeration value="featured-audio"/>
					<xs:enumeration value="featured-video"/>
					<xs:enumeration value="cover"/>
					<xs:enumeration value="front"/>
					<xs:enumeration value="back"/>
					<xs:enumeration value="ed-board"/>
					<xs:enumeration value="toc"/>
					<xs:enumeration value="marc"/>
					<xs:enumeration value="affiliate-logo"/>
					<xs:enumeration value="preview-pdf"/>
					<xs:enumeration value="peer-review"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="mimetype"/>
		<xs:attribute name="mime-subtype"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:complexType name="sc-table-type">
		<xs:sequence>
			<xs:choice>
				<xs:element name="col" type="j-col-type" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="colgroup" type="j-colgroup-type" minOccurs="0"
					maxOccurs="unbounded"/>
			</xs:choice>
			<xs:choice>
				<xs:sequence>
					<xs:element name="thead" type="sc-thead-type" minOccurs="0"/>
					<xs:element name="tfoot" type="sc-tfoot-type" minOccurs="0"/>
					<xs:element name="tbody" type="sc-tbody-type" maxOccurs="unbounded"/>
				</xs:sequence>
				<xs:element name="tr" type="sc-tr-type" maxOccurs="unbounded"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="style"/>
		<xs:attribute name="summary"/>
		<xs:attribute name="width"/>
		<xs:attribute name="border"/>
		<xs:attribute name="frame">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="void"/>
					<xs:enumeration value="above"/>
					<xs:enumeration value="below"/>
					<xs:enumeration value="hsides"/>
					<xs:enumeration value="lhs"/>
					<xs:enumeration value="rhs"/>
					<xs:enumeration value="vsides"/>
					<xs:enumeration value="box"/>
					<xs:enumeration value="border"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="rules">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="none"/>
					<xs:enumeration value="groups"/>
					<xs:enumeration value="rows"/>
					<xs:enumeration value="cols"/>
					<xs:enumeration value="all"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="cellspacing"/>
		<xs:attribute name="cellpadding"/>
	</xs:complexType>
	<xs:complexType name="sc-table-wrap-type">
		<xs:sequence>
			<xs:element name="object-id" type="sc-object-id-type" minOccurs="0"
				maxOccurs="unbounded"/>
			<xs:element name="label" type="sc-label-type-body" minOccurs="0"/>
			<xs:element name="caption" type="sc-caption-type" minOccurs="0"/>
			<xs:element name="kwd-group" type="sc-kwd-group-type" minOccurs="0"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="alt-text" type="j-alt-text-type"/>
				<xs:element name="long-desc" type="j-long-desc-type"/>
				<xs:element name="email" type="j-email-type"/>
				<xs:element name="ext-link" type="sc-ext-link-type"/>
				<xs:element name="uri" type="j-uri-type"/>
			</xs:choice>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="disp-quote" type="sc-disp-quote-type"/>
				<xs:element name="speech" type="sc-speech-type"/>
				<xs:element name="statement" type="sc-statement-type"/>
				<xs:element name="verse-group" type="sc-verse-group-type"/>
				<xs:element name="def-list" type="sc-def-list-type"/>
				<xs:element name="list" type="sc-list-type"/>
				<xs:element name="alternatives" type="sc-alternatives-type"/>
				<xs:element name="chem-struct-wrap" type="sc-chem-struct-wrap-type"/>
				<xs:element name="graphic" type="sc-graphic-type"/>
				<xs:element name="media" type="sc-media-type"/>
				<xs:element name="preformat" type="sc-preformat-type"/>
				<xs:element name="table" type="sc-table-type"/>
			</xs:choice>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="table-wrap-foot" type="sc-table-wrap-foot-type"/>
				<xs:element name="attrib" type="sc-attrib-type"/>
				<xs:element name="permissions" type="sc-permissions-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="position" default="float">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="anchor"/>
					<xs:enumeration value="background"/>
					<xs:enumeration value="float"/>
					<xs:enumeration value="margin"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="orientation" default="portrait">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="portrait"/>
					<xs:enumeration value="landscape"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute name="content-type"/>
	</xs:complexType>
	<xs:complexType name="sc-table-wrap-foot-type">
		<xs:sequence>
			<xs:element name="title" type="sc-title-type" minOccurs="0"/>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="p" type="sc-p-type"/>
				<xs:element name="fn-group" type="sc-fn-group-type"/>
				<xs:element name="fn" type="sc-fn-type"/>
				<xs:element name="attrib" type="sc-attrib-type"/>
				<xs:element name="permissions" type="sc-permissions-type"/>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="sc-table-wrap-group-type-body">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type-body" minOccurs="0"/>
			<xs:element name="caption" type="sc-caption-type" minOccurs="0"/>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="alt-text" type="j-alt-text-type"/>
				<xs:element name="long-desc" type="j-long-desc-type"/>
				<xs:element name="email" type="j-email-type"/>
				<xs:element name="ext-link" type="sc-ext-link-type"/>
				<xs:element name="uri" type="j-uri-type"/>
			</xs:choice>
			<xs:element name="table-wrap" type="sc-table-wrap-type" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="position" default="float">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="anchor"/>
					<xs:enumeration value="background"/>
					<xs:enumeration value="float"/>
					<xs:enumeration value="margin"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="orientation" default="portrait">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="portrait"/>
					<xs:enumeration value="landscape"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute name="content-type"/>
	</xs:complexType>
	<xs:complexType name="sc-target-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID" use="required"/>
		<xs:attribute name="target-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-tbody-type">
		<xs:sequence>
			<xs:element name="tr" type="sc-tr-type" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="style"/>
		<xs:attribute name="align">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="left"/>
					<xs:enumeration value="center"/>
					<xs:enumeration value="right"/>
					<xs:enumeration value="justify"/>
					<xs:enumeration value="char"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="char"/>
		<xs:attribute name="charoff"/>
		<xs:attribute name="valign">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="top"/>
					<xs:enumeration value="middle"/>
					<xs:enumeration value="bottom"/>
					<xs:enumeration value="baseline"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="sc-td-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="hr" type="j-hr-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="disp-formula" type="sc-disp-formula-type"/>
			<xs:element name="disp-formula-group" type="sc-disp-formula-group-type"/>
			<xs:element name="break" type="j-break-type"/>
			<xs:element name="citation-alternatives" type="sc-citation-alternatives-type"/>
			<xs:element name="element-citation" type="sc-element-citation-type"/>
			<xs:element name="mixed-citation" type="sc-mixed-citation-type"/>
			<xs:element name="nlm-citation" type="sc-nlm-citation-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="def-list" type="sc-def-list-type"/>
			<xs:element name="list" type="sc-list-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="p" type="sc-p-type"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="array" type="sc-array-type"/>
			<xs:element name="graphic" type="sc-graphic-type"/>
			<xs:element name="media" type="sc-media-type"/>
			<xs:element name="preformat" type="sc-preformat-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="style"/>
		<xs:attribute name="abbr"/>
		<xs:attribute name="axis"/>
		<xs:attribute name="headers" type="xs:IDREFS"/>
		<xs:attribute name="scope">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="row"/>
					<xs:enumeration value="col"/>
					<xs:enumeration value="rowgroup"/>
					<xs:enumeration value="colgroup"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="rowspan" default="1"/>
		<xs:attribute name="colspan" default="1"/>
		<xs:attribute name="align">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="left"/>
					<xs:enumeration value="center"/>
					<xs:enumeration value="right"/>
					<xs:enumeration value="justify"/>
					<xs:enumeration value="char"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="char"/>
		<xs:attribute name="charoff"/>
		<xs:attribute name="valign">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="top"/>
					<xs:enumeration value="middle"/>
					<xs:enumeration value="bottom"/>
					<xs:enumeration value="baseline"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="sc-term-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
			<xs:element name="disp-formula" type="sc-disp-formula-type"/>
			<xs:element name="disp-formula-group" type="sc-disp-formula-group-type"/>
			<xs:element name="array" type="sc-array-type"/>
			<xs:element name="graphic" type="sc-graphic-type"/>
			<xs:element name="media" type="sc-media-type"/>
			<xs:element name="preformat" type="sc-preformat-type"/>
		</xs:choice>
		<xs:attribute name="rid" type="xs:IDREFS"/>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-term-head-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
	</xs:complexType>
	<xs:complexType name="j-tex-math-type" mixed="true">
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="notation">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="LaTeX"/>
					<xs:enumeration value="tex"/>
					<xs:enumeration value="TEX"/>
					<xs:enumeration value="TeX"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="version"/>
	</xs:complexType>
	<xs:complexType name="sc-textual-form-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-tfoot-type">
		<xs:sequence>
			<xs:element name="tr" type="sc-tr-type" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="style"/>
		<xs:attribute name="align">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="left"/>
					<xs:enumeration value="center"/>
					<xs:enumeration value="right"/>
					<xs:enumeration value="justify"/>
					<xs:enumeration value="char"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="char"/>
		<xs:attribute name="charoff"/>
		<xs:attribute name="valign">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="top"/>
					<xs:enumeration value="middle"/>
					<xs:enumeration value="bottom"/>
					<xs:enumeration value="baseline"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="sc-th-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="hr" type="j-hr-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="disp-formula" type="sc-disp-formula-type"/>
			<xs:element name="disp-formula-group" type="sc-disp-formula-group-type"/>
			<xs:element name="break" type="j-break-type"/>
			<xs:element name="citation-alternatives" type="sc-citation-alternatives-type"/>
			<xs:element name="element-citation" type="sc-element-citation-type"/>
			<xs:element name="mixed-citation" type="sc-mixed-citation-type"/>
			<xs:element name="nlm-citation" type="sc-nlm-citation-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="def-list" type="sc-def-list-type"/>
			<xs:element name="list" type="sc-list-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="array" type="sc-array-type"/>
			<xs:element name="graphic" type="sc-graphic-type"/>
			<xs:element name="media" type="sc-media-type"/>
			<xs:element name="preformat" type="sc-preformat-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="style"/>
		<xs:attribute name="abbr"/>
		<xs:attribute name="axis"/>
		<xs:attribute name="headers" type="xs:IDREFS"/>
		<xs:attribute name="scope">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="row"/>
					<xs:enumeration value="col"/>
					<xs:enumeration value="rowgroup"/>
					<xs:enumeration value="colgroup"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="rowspan" default="1"/>
		<xs:attribute name="colspan" default="1"/>
		<xs:attribute name="align">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="left"/>
					<xs:enumeration value="center"/>
					<xs:enumeration value="right"/>
					<xs:enumeration value="justify"/>
					<xs:enumeration value="char"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="char"/>
		<xs:attribute name="charoff"/>
		<xs:attribute name="valign">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="top"/>
					<xs:enumeration value="middle"/>
					<xs:enumeration value="bottom"/>
					<xs:enumeration value="baseline"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="sc-thead-type">
		<xs:sequence>
			<xs:element name="tr" type="sc-tr-type" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="style"/>
		<xs:attribute name="align">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="left"/>
					<xs:enumeration value="center"/>
					<xs:enumeration value="right"/>
					<xs:enumeration value="justify"/>
					<xs:enumeration value="char"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="char"/>
		<xs:attribute name="charoff"/>
		<xs:attribute name="valign">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="top"/>
					<xs:enumeration value="middle"/>
					<xs:enumeration value="bottom"/>
					<xs:enumeration value="baseline"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="j-time-stamp-type" mixed="true">
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="sc-tr-type">
		<xs:choice maxOccurs="unbounded">
			<xs:element name="th" type="sc-th-type"/>
			<xs:element name="td" type="sc-td-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="style"/>
		<xs:attribute name="align">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="left"/>
					<xs:enumeration value="center"/>
					<xs:enumeration value="right"/>
					<xs:enumeration value="justify"/>
					<xs:enumeration value="char"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="char"/>
		<xs:attribute name="charoff"/>
		<xs:attribute name="valign">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="top"/>
					<xs:enumeration value="middle"/>
					<xs:enumeration value="bottom"/>
					<xs:enumeration value="baseline"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="sc-trans-source-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-trans-title-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
			<xs:element name="break" type="j-break-type"/>
		</xs:choice>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-underline-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="email" type="j-email-type"/>
			<xs:element name="ext-link" type="sc-ext-link-type"/>
			<xs:element name="uri" type="j-uri-type"/>
			<xs:element name="inline-supplementary-material"
				type="sc-inline-supplementary-material-type"/>
			<xs:element name="related-article" type="sc-related-article-type-body"/>
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="tex-math" type="j-tex-math-type"/>
			<xs:element ref="mml:math"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="underline-style"/>
		<xs:attribute name="specific-use"/>
	</xs:complexType>
	<xs:complexType name="j-uri-type" mixed="true">
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
		<xs:attribute ref="xlink:type"/>
		<xs:attribute ref="xlink:href"/>
		<xs:attribute ref="xlink:role"/>
		<xs:attribute ref="xlink:title"/>
		<xs:attribute ref="xlink:show"/>
		<xs:attribute ref="xlink:actuate"/>
	</xs:complexType>
	<xs:complexType name="sc-verse-group-type">
		<xs:sequence>
			<xs:element name="label" type="sc-label-type-body" minOccurs="0"/>
			<xs:element name="title" type="sc-title-type" minOccurs="0"/>
			<xs:element name="subtitle" type="sc-subtitle-type" minOccurs="0"/>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="verse-line" type="sc-verse-line-type"/>
				<xs:element name="verse-group" type="sc-verse-group-type"/>
			</xs:choice>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element name="attrib" type="sc-attrib-type"/>
				<xs:element name="permissions" type="sc-permissions-type"/>
			</xs:choice>
		</xs:sequence>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-verse-line-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="related-object" type="sc-related-object-type-body"/>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="abbrev" type="sc-abbrev-type"/>
			<xs:element name="milestone-end" type="j-milestone-end-type"/>
			<xs:element name="milestone-start" type="j-milestone-start-type"/>
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
			<xs:element name="fn" type="sc-fn-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="xref" type="sc-xref-type"/>
		</xs:choice>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-version-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="content-type" use="optional" type="xs:string"/>
		<xs:attribute name="designator" use="optional" type="xs:string"/>
		<xs:attribute name="id" use="optional" type="xs:ID"/>
		<xs:attribute name="specific-use" use="optional" type="xs:string"/>
		<xs:attribute ref="xml:base" use="optional"/>
		<xs:attribute ref="xml:lang" use="optional"/>
	</xs:complexType>
	<xs:complexType name="j-volume-id-type" mixed="true">
		<xs:attribute name="pub-id-type"/>
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="j-volume-series-type" mixed="true">
		<xs:attribute name="content-type"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<xs:complexType name="sc-xref-type" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>			
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>			
			<xs:element name="named-content" type="sc-named-content-type-body"/>
			<xs:element name="styled-content" type="sc-styled-content-type"/>
			<xs:element name="target" type="sc-target-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
		<xs:attribute name="alt"/>
		<xs:attribute name="custom-type"/>
		<xs:attribute name="id" type="xs:ID"/>
		<xs:attribute name="ref-type">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:enumeration value="aff"/>
					<xs:enumeration value="app"/>
					<xs:enumeration value="author-notes"/>
					<xs:enumeration value="award"/>
					<xs:enumeration value="bibr"/>
					<xs:enumeration value="boxed-text"/>
					<xs:enumeration value="chapter"/>
					<xs:enumeration value="chem"/>
					<xs:enumeration value="contrib"/>
					<xs:enumeration value="corresp"/>
					<xs:enumeration value="custom"/>
					<xs:enumeration value="disp-formula"/>
					<xs:enumeration value="fig"/>
					<xs:enumeration value="fn"/>
					<xs:enumeration value="kwd"/>
					<xs:enumeration value="list"/>
					<xs:enumeration value="plate"/>
					<xs:enumeration value="scheme"/>
					<xs:enumeration value="sec"/>
					<xs:enumeration value="statement"/>
					<xs:enumeration value="supplementary-material"/>
					<xs:enumeration value="table"/>
					<xs:enumeration value="table-fn"/>
					<xs:enumeration value="other"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="rid" type="xs:IDREFS"/>
		<xs:attribute name="specific-use"/>
		<xs:attribute ref="xml:lang"/>
	</xs:complexType>
	<!-- 
		*************************************************************************************
		Definition of Groups
		*************************************************************************************
	-->
	<xs:group name="sc.label.class">
		<xs:choice>
			<xs:element name="bold" type="sc-bold-type"/>
			<xs:element name="italic" type="sc-italic-type"/>
			<xs:element name="monospace" type="sc-monospace-type"/>
			<xs:element name="overline" type="sc-overline-type"/>
			<xs:element name="roman" type="sc-roman-type"/>
			<xs:element name="sans-serif" type="sc-sans-serif-type"/>
			<xs:element name="sc" type="sc-sc-type"/>
			<xs:element name="strike" type="sc-strike-type"/>
			<xs:element name="underline" type="sc-underline-type"/>
			<xs:element name="alternatives" type="sc-alternatives-type"/>
			<xs:element name="inline-graphic" type="j-inline-graphic-type"/>
			<xs:element name="private-char" type="j-private-char-type"/>
			<xs:element name="chem-struct" type="sc-chem-struct-type"/>
			<xs:element name="inline-formula" type="sc-inline-formula-type"/>
			<xs:element name="sub" type="sc-sub-type"/>
			<xs:element name="sup" type="sc-sup-type"/>
		</xs:choice>
	</xs:group>
</xs:schema>
