Schema articleml-0.1.xsd


schema location:  C:\Documents and Settings\Alan\My Documents\iptc\articleml\articleml-0.1.xsd
attribute form default: 
element form default: 
targetNamespace:  http://www.articleml.org/schema/
 
Elements  Groups  Attr. groups 
abstract  containers  globalAttributes 
article  enrichedText 
bio 
break 
byline 
caption 
col 
colgroup 
creditLine 
dateline 
editorialNote 
headline 
highlight 
link 
list 
listItem 
mainHeadline 
media 
mediaCaption 
mediaCredit 
p 
phrase 
pre 
sidebar 
subHeadline 
superHeadline 
table 
tbody 
td 
tfoot 
th 
thead 
tr 


element abstract
diagram
namespace http://www.articleml.org/schema/
properties
content complex
children articleml:p articleml:subHeadline articleml:table articleml:media articleml:list articleml:sidebar articleml:pre articleml:editorialNote
used by
element article
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
annotation
documentation 
A summary of the article.
source
<element name="abstract">
  <annotation>
    <documentation>A summary of the article.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <group ref="articleml:containers" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element article
diagram
namespace http://www.articleml.org/schema/
properties
content complex
children articleml:abstract articleml:headline articleml:byline articleml:dateline articleml:p articleml:subHeadline articleml:table articleml:media articleml:list articleml:sidebar articleml:pre articleml:editorialNote articleml:creditLine articleml:bio
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
annotation
documentation 
The root element of ArticleML. Holds one article, perhaps with some embedded sidebars.
source
<element name="article">
  <annotation>
    <documentation>The root element of ArticleML. Holds one article, perhaps with some embedded sidebars.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="articleml:abstract" minOccurs="0"/>
      <element ref="articleml:headline" minOccurs="0"/>
      <element ref="articleml:byline" minOccurs="0"/>
      <element ref="articleml:dateline" minOccurs="0"/>
      <group ref="articleml:containers" minOccurs="0" maxOccurs="unbounded"/>
      <choice minOccurs="0" maxOccurs="unbounded">
        <element ref="articleml:creditLine"/>
        <element ref="articleml:bio"/>
      </choice>
    </sequence>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element bio
diagram
namespace http://www.articleml.org/schema/
properties
content complex
mixed true
children articleml:phrase articleml:highlight articleml:link articleml:break articleml:p articleml:subHeadline articleml:table articleml:media articleml:list articleml:sidebar articleml:pre articleml:editorialNote
used by
element article
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="bio">
  <complexType mixed="true">
    <choice minOccurs="0" maxOccurs="unbounded">
      <group ref="articleml:enrichedText"/>
      <group ref="articleml:containers"/>
    </choice>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element break
diagram
namespace http://www.articleml.org/schema/
type restriction of anyType
properties
content complex
used by
group enrichedText
attributes
Name  Type  Use  Default  Fixed  Annotation
source
<element name="break">
  <complexType>
    <complexContent>
      <restriction base="anyType">
        <attributeGroup ref="articleml:globalAttributes"/>
      </restriction>
    </complexContent>
  </complexType>
</element>

element byline
diagram
namespace http://www.articleml.org/schema/
properties
content complex
mixed true
children articleml:phrase articleml:highlight articleml:link articleml:break
used by
element article
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="byline">
  <complexType mixed="true">
    <group ref="articleml:enrichedText" minOccurs="0" maxOccurs="unbounded"/>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element caption
diagram
namespace http://www.articleml.org/schema/
properties
content complex
mixed true
children articleml:phrase articleml:highlight articleml:link articleml:break articleml:p articleml:subHeadline articleml:table articleml:media articleml:list articleml:sidebar articleml:pre articleml:editorialNote
used by
element table
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="caption">
  <complexType mixed="true">
    <choice minOccurs="0" maxOccurs="unbounded">
      <group ref="articleml:enrichedText"/>
      <group ref="articleml:containers"/>
    </choice>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element col
diagram
namespace http://www.articleml.org/schema/
type restriction of anyType
properties
content complex
used by
elements colgroup table
attributes
Name  Type  Use  Default  Fixed  Annotation
source
<element name="col">
  <complexType>
    <complexContent>
      <restriction base="anyType">
        <attributeGroup ref="articleml:globalAttributes"/>
        <attribute name="span" type="NMTOKEN" default="1"/>
      </restriction>
    </complexContent>
  </complexType>
</element>

element colgroup
diagram
namespace http://www.articleml.org/schema/
properties
content complex
children articleml:col
used by
element table
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="colgroup">
  <complexType>
    <sequence>
      <element ref="articleml:col" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element creditLine
diagram
namespace http://www.articleml.org/schema/
properties
content complex
mixed true
children articleml:phrase articleml:highlight articleml:link articleml:break
used by
element article
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="creditLine">
  <complexType mixed="true">
    <group ref="articleml:enrichedText" minOccurs="0" maxOccurs="unbounded"/>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element dateline
diagram
namespace http://www.articleml.org/schema/
properties
content complex
mixed true
children articleml:phrase articleml:highlight articleml:link articleml:break
used by
element article
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="dateline">
  <complexType mixed="true">
    <group ref="articleml:enrichedText" minOccurs="0" maxOccurs="unbounded"/>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element editorialNote
diagram
namespace http://www.articleml.org/schema/
properties
content complex
mixed true
children articleml:phrase articleml:highlight articleml:link articleml:break articleml:p articleml:subHeadline articleml:table articleml:media articleml:list articleml:sidebar articleml:pre articleml:editorialNote
used by
group containers
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="editorialNote">
  <complexType mixed="true">
    <choice minOccurs="0" maxOccurs="unbounded">
      <group ref="articleml:enrichedText"/>
      <group ref="articleml:containers"/>
    </choice>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element headline
diagram
namespace http://www.articleml.org/schema/
properties
content complex
children articleml:superHeadline articleml:mainHeadline articleml:subHeadline
used by
elements article sidebar
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="headline">
  <complexType>
    <sequence>
      <element ref="articleml:superHeadline" minOccurs="0"/>
      <element ref="articleml:mainHeadline"/>
      <element ref="articleml:subHeadline" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element highlight
diagram
namespace http://www.articleml.org/schema/
properties
content complex
mixed true
used by
group enrichedText
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="highlight">
  <complexType mixed="true">
    <choice minOccurs="0" maxOccurs="unbounded"/>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element link
diagram
namespace http://www.articleml.org/schema/
properties
content complex
mixed true
used by
group enrichedText
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
idref  string      
href  string      
source
<element name="link">
  <complexType mixed="true">
    <choice minOccurs="0" maxOccurs="unbounded"/>
    <attributeGroup ref="articleml:globalAttributes"/>
    <attribute name="idref" type="string"/>
    <attribute name="href" type="string"/>
  </complexType>
</element>

element list
diagram
namespace http://www.articleml.org/schema/
properties
content complex
children articleml:listItem
used by
group containers
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
type  derived by: NMTOKEN      
source
<element name="list">
  <complexType>
    <sequence minOccurs="0" maxOccurs="unbounded">
      <element ref="articleml:listItem"/>
    </sequence>
    <attributeGroup ref="articleml:globalAttributes"/>
    <attribute name="type">
      <simpleType>
        <restriction base="NMTOKEN">
          <enumeration value="unordered"/>
          <enumeration value="ordered"/>
          <enumeration value="definition"/>
        </restriction>
      </simpleType>
    </attribute>
  </complexType>
</element>

element listItem
diagram
namespace http://www.articleml.org/schema/
properties
content complex
mixed true
children articleml:phrase articleml:highlight articleml:link articleml:break
used by
element list
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
type  derived by: NMTOKEN      
source
<element name="listItem">
  <complexType mixed="true">
    <group ref="articleml:enrichedText" minOccurs="0" maxOccurs="unbounded"/>
    <attributeGroup ref="articleml:globalAttributes"/>
    <attribute name="type">
      <simpleType>
        <restriction base="NMTOKEN">
          <enumeration value="data"/>
          <enumeration value="term"/>
        </restriction>
      </simpleType>
    </attribute>
  </complexType>
</element>

element mainHeadline
diagram
namespace http://www.articleml.org/schema/
properties
content complex
mixed true
children articleml:phrase articleml:highlight articleml:link articleml:break
used by
element headline
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="mainHeadline">
  <complexType mixed="true">
    <group ref="articleml:enrichedText" minOccurs="0" maxOccurs="unbounded"/>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element media
diagram
namespace http://www.articleml.org/schema/
properties
content complex
children articleml:mediaCaption articleml:mediaCredit
used by
group containers
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
mediaType  string      
idref  IDREF      
originalID  string      
alternateText  string      
height  NMTOKEN      
width  NMTOKEN      
source
<element name="media">
  <complexType>
    <sequence>
      <element ref="articleml:mediaCaption" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="articleml:mediaCredit" minOccurs="0"/>
    </sequence>
    <attributeGroup ref="articleml:globalAttributes"/>
    <attribute name="mediaType" type="string"/>
    <attribute name="idref" type="IDREF"/>
    <attribute name="originalID" type="string"/>
    <attribute name="alternateText" type="string"/>
    <attribute name="height" type="NMTOKEN"/>
    <attribute name="width" type="NMTOKEN"/>
  </complexType>
</element>

element mediaCaption
diagram
namespace http://www.articleml.org/schema/
properties
content complex
mixed true
children articleml:phrase articleml:highlight articleml:link articleml:break articleml:p articleml:subHeadline articleml:table articleml:media articleml:list articleml:sidebar articleml:pre articleml:editorialNote
used by
element media
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="mediaCaption">
  <complexType mixed="true">
    <choice minOccurs="0" maxOccurs="unbounded">
      <group ref="articleml:enrichedText"/>
      <group ref="articleml:containers"/>
    </choice>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element mediaCredit
diagram
namespace http://www.articleml.org/schema/
properties
content complex
mixed true
children articleml:phrase articleml:highlight articleml:link articleml:break
used by
element media
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="mediaCredit">
  <complexType mixed="true">
    <group ref="articleml:enrichedText" minOccurs="0" maxOccurs="unbounded"/>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element p
diagram
namespace http://www.articleml.org/schema/
properties
content complex
mixed true
children articleml:phrase articleml:highlight articleml:link articleml:break
used by
group containers
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="p">
  <complexType mixed="true">
    <group ref="articleml:enrichedText" minOccurs="0" maxOccurs="unbounded"/>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element phrase
diagram
namespace http://www.articleml.org/schema/
properties
content complex
mixed true
used by
group enrichedText
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
idref  string      
type  string      
code  string      
source
<element name="phrase">
  <complexType mixed="true">
    <choice minOccurs="0" maxOccurs="unbounded"/>
    <attributeGroup ref="articleml:globalAttributes"/>
    <attribute name="idref" type="string"/>
    <attribute name="type" type="string"/>
    <attribute name="code" type="string"/>
  </complexType>
</element>

element pre
diagram
namespace http://www.articleml.org/schema/
properties
content complex
mixed true
children articleml:phrase articleml:highlight articleml:link articleml:break
used by
group containers
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="pre">
  <complexType mixed="true">
    <group ref="articleml:enrichedText" minOccurs="0" maxOccurs="unbounded"/>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element sidebar
diagram
namespace http://www.articleml.org/schema/
properties
content complex
children articleml:headline articleml:p articleml:subHeadline articleml:table articleml:media articleml:list articleml:sidebar articleml:pre articleml:editorialNote
used by
group containers
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="sidebar">
  <complexType>
    <sequence>
      <element ref="articleml:headline" minOccurs="0"/>
      <group ref="articleml:containers" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element subHeadline
diagram
namespace http://www.articleml.org/schema/
properties
content complex
mixed true
children articleml:phrase articleml:highlight articleml:link articleml:break
used by
element headline
group containers
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="subHeadline">
  <complexType mixed="true">
    <group ref="articleml:enrichedText" minOccurs="0" maxOccurs="unbounded"/>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element superHeadline
diagram
namespace http://www.articleml.org/schema/
properties
content complex
mixed true
children articleml:phrase articleml:highlight articleml:link articleml:break
used by
element headline
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="superHeadline">
  <complexType mixed="true">
    <group ref="articleml:enrichedText" minOccurs="0" maxOccurs="unbounded"/>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element table
diagram
namespace http://www.articleml.org/schema/
properties
content complex
children articleml:caption articleml:col articleml:colgroup articleml:thead articleml:tfoot articleml:tbody articleml:tr
used by
group containers
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="table">
  <complexType>
    <sequence>
      <element ref="articleml:caption" minOccurs="0"/>
      <choice>
        <element ref="articleml:col" minOccurs="0" maxOccurs="unbounded"/>
        <element ref="articleml:colgroup" minOccurs="0" maxOccurs="unbounded"/>
      </choice>
      <element ref="articleml:thead" minOccurs="0"/>
      <element ref="articleml:tfoot" minOccurs="0"/>
      <choice>
        <element ref="articleml:tbody" maxOccurs="unbounded"/>
        <element ref="articleml:tr" maxOccurs="unbounded"/>
      </choice>
    </sequence>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element tbody
diagram
namespace http://www.articleml.org/schema/
properties
content complex
children articleml:tr
used by
element table
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="tbody">
  <complexType>
    <sequence>
      <element ref="articleml:tr" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element td
diagram
namespace http://www.articleml.org/schema/
properties
content complex
mixed true
children articleml:phrase articleml:highlight articleml:link articleml:break articleml:p articleml:subHeadline articleml:table articleml:media articleml:list articleml:sidebar articleml:pre articleml:editorialNote
used by
element tr
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
rowspan  NMTOKEN      
colspan  NMTOKEN      
source
<element name="td">
  <complexType mixed="true">
    <choice minOccurs="0" maxOccurs="unbounded">
      <group ref="articleml:enrichedText"/>
      <group ref="articleml:containers"/>
    </choice>
    <attributeGroup ref="articleml:globalAttributes"/>
    <attribute name="rowspan" type="NMTOKEN"/>
    <attribute name="colspan" type="NMTOKEN"/>
  </complexType>
</element>

element tfoot
diagram
namespace http://www.articleml.org/schema/
properties
content complex
children articleml:tr
used by
element table
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="tfoot">
  <complexType>
    <sequence>
      <element ref="articleml:tr" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element th
diagram
namespace http://www.articleml.org/schema/
properties
content complex
mixed true
children articleml:phrase articleml:highlight articleml:link articleml:break articleml:p articleml:subHeadline articleml:table articleml:media articleml:list articleml:sidebar articleml:pre articleml:editorialNote
used by
element tr
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
rowspan  NMTOKEN      
colspan  NMTOKEN      
source
<element name="th">
  <complexType mixed="true">
    <choice minOccurs="0" maxOccurs="unbounded">
      <group ref="articleml:enrichedText"/>
      <group ref="articleml:containers"/>
    </choice>
    <attributeGroup ref="articleml:globalAttributes"/>
    <attribute name="rowspan" type="NMTOKEN"/>
    <attribute name="colspan" type="NMTOKEN"/>
  </complexType>
</element>

element thead
diagram
namespace http://www.articleml.org/schema/
properties
content complex
children articleml:tr
used by
element table
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="thead">
  <complexType>
    <sequence>
      <element ref="articleml:tr" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

element tr
diagram
namespace http://www.articleml.org/schema/
properties
content complex
children articleml:th articleml:td
used by
elements table tbody tfoot thead
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<element name="tr">
  <complexType>
    <choice maxOccurs="unbounded">
      <element ref="articleml:th"/>
      <element ref="articleml:td"/>
    </choice>
    <attributeGroup ref="articleml:globalAttributes"/>
  </complexType>
</element>

group containers
diagram
namespace http://www.articleml.org/schema/
children articleml:p articleml:subHeadline articleml:table articleml:media articleml:list articleml:sidebar articleml:pre articleml:editorialNote
used by
elements abstract article bio caption editorialNote mediaCaption sidebar td th
source
<group name="containers">
  <choice>
    <element ref="articleml:p"/>
    <element ref="articleml:subHeadline"/>
    <element ref="articleml:table"/>
    <element ref="articleml:media"/>
    <element ref="articleml:list"/>
    <element ref="articleml:sidebar"/>
    <element ref="articleml:pre"/>
    <element ref="articleml:editorialNote"/>
  </choice>
</group>

group enrichedText
diagram
namespace http://www.articleml.org/schema/
children articleml:phrase articleml:highlight articleml:link articleml:break
used by
elements bio byline caption creditLine dateline editorialNote listItem mainHeadline mediaCaption mediaCredit p pre subHeadline superHeadline td th
source
<group name="enrichedText">
  <choice>
    <element ref="articleml:phrase"/>
    <element ref="articleml:highlight"/>
    <element ref="articleml:link"/>
    <element ref="articleml:break"/>
  </choice>
</group>

attributeGroup globalAttributes
namespace http://www.articleml.org/schema/
used by
elements abstract article bio break byline caption col colgroup creditLine dateline editorialNote headline highlight link list listItem mainHeadline media mediaCaption mediaCredit p phrase pre sidebar subHeadline superHeadline table tbody td tfoot th thead tr
attributes
Name  Type  Use  Default  Fixed  Annotation
id  IDoptional      
documentation 
An XML-specific identifier for the element.
class  stringoptional      
documentation 
An open placeholder for categorization.
style  stringoptional      
documentation 
An open placeholder for reference by an external stylesheet.
source
<attributeGroup name="globalAttributes">
  <attribute name="id" type="ID" use="optional">
    <annotation>
      <documentation>An XML-specific identifier for the element.</documentation>
    </annotation>
  </attribute>
  <attribute name="class" type="string" use="optional">
    <annotation>
      <documentation>An open placeholder for categorization.</documentation>
    </annotation>
  </attribute>
  <attribute name="style" type="string" use="optional">
    <annotation>
      <documentation>An open placeholder for reference by an external stylesheet.</documentation>
    </annotation>
  </attribute>
</attributeGroup>


XML Schema documentation generated with
XMLSpy Schema Editor http://www.altova.com/xmlspy