MIME-Version: 1.0 Content-Location: file:///C:/AC65A201/sample_schema.htm Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="us-ascii"
<?xml=
<=
span
style=3D'font-size:8.0pt;font-family:"Courier New";color:red'>version=3D"1.0=
" <=
span
style=3D'font-size:8.0pt;font-family:"Courier New";color:red'>encoding=3D"utf=
-8" <=
span
style=3D'font-size:8.0pt;font-family:"Courier New";color:blue'>?>
<<=
span
style=3D'font-size:8.0pt;font-family:"Courier New";color:maroon'>xs:schema id elementFormDefault=3D"qualified" <=
span
style=3D'font-size:8.0pt;font-family:"Courier New";color:maroon'>xmlns:<=
span
style=3D'font-size:8.0pt;font-family:"Courier New";color:red'>xs=3D"htt=
p://www.w3.org/2001/XMLSchema">
&=
lt;xs:element name=3D"helpSection">
<xs:annotation>
<xs:documentation>The root element for the help section.</xs:documentat=
ion>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name=3D"history">
<xs:annotation>
<xs:documentati=
on>Represents historical metadata about this c=
ontent.</xs:documentat=
ion>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name=3D"dateCreated" type=3D"xs:date&=
quot;>
<xs:annotation>
<xs:documentation>The date the file was written.</xs:documentat=
ion>
</xs:annotation>
</xs:element>
<xs:element name=3D"author" type=3D"xs:strin=
g">
<xs:annotation>
<xs:documentation>The person who wrote the file.</xs:documentat=
ion>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name=3D"title" type=3D"xs:strin=
g">
<xs:annotation>
<xs:documentation>The title of this help section.</xs:documentat=
ion>
</xs:annotation>
</xs:element>
<xs:element name=3D"sections" minOccurs=3D"0&q=
uot; maxOccurs<=
span
style=3D'color:blue'>=3D"1">
<xs:annotation>
<xs:documentation>Represents a collection of section element(=
s).</xs:documentat=
ion>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element name=3D"section" minOccurs=3D"0&q=
uot; maxOccurs<=
span
style=3D'color:blue'>=3D"unbounded">
<xs:annotation>
<xs:documentation>Represents a section, which holds text or i=
mage content.</xs:documentat=
ion>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs<=
span
style=3D'color:blue'>=3D"0" =
maxOccurs=3D"unb=
ounded">
<xs:element name=3D"image">
<xs:annotation>
<xs:documentation>Represents an image in the help content.
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name=3D"name" type=3D"xs:strin=
g">
<xs:annotation>
<xs:documentation>The title of the image.</xs:documentation&g=
t;
</xs:annotation>
</xs:element>
<xs:element name=3D"caption" type=3D"xs:strin=
g">
<xs:annotation>
<xs:documentation>The caption for the image.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name=3D"url" type=3D"xs:strin=
g" />
</xs:complexType>
</xs:element>
<xs:element name=3D"list">
<xs:annotation>
<xs:documentation>A bulleted or sequential list.</xs:documentat=
ion>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs<=
span
style=3D'color:blue'>=3D"0" =
maxOccurs=3D"unb=
ounded">
<xs:element name=3D"listItem" type=3D"xs:strin=
g" />
</xs:choice>
<xs:attribute name=3D"ordered" type=3D"xs:boole=
an" />
</xs:complexType>
</xs:element>
<xs:element name=3D"para">
<xs:complexType mixed=3D"true">
<xs:choice maxOccurs<=
span
style=3D'color:blue'>=3D"unbounded">
<xs:element name=3D"bold" nillable=3D"true=
" type=3D"xs:string" />
<xs:element name=3D"italic" nillable=3D"true=
" type=3D"xs:string" />
<xs:element name=3D"link">
<xs:complexType>
<xs:attribute name=3D"url" type=3D"xs:strin=
g" />
<xs:attribute name=3D"id"=
type=3D"xs:strin=
g" />
<xs:attribute name=3D"toolTip" type=3D"xs:strin=
g" />
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:attribute name=3D"id"=
use=3D"required&=
quot; type=3D"xs:string" />
<xs:attribute name=3D"title" use=3D"required&=
quot; type=3D"xs:string" />
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name=3D"id"=
type=3D"xs:strin=
g" />
</xs:complexType>
&=
lt;/xs:element>
</xs:schema>