Schema logml.xsd


schema location:  http://www.cs.rpi.edu/~puninj/LOGML/logml.xsd
targetNamespace:  http://www.cs.rpi.edu/LOGML
 
Elements  Complex types  Simple types  Attr. groups 
att  logmlType  boolean.type  count-att 
dateStat  simpleLogEdge  date.type  edge-atts 
dayStat  simpleLogGraph  id.type  lml-global-atts 
directories  simpleLogNode  idref.type  lml-global-req-atts 
directory  nmtoken.type  log-acc-atts 
domain  number.type  log-count-atts 
domains  string.type  log-hit-atts 
edge  uri.type  xgmml-atts 
graph  xml-atts 
host 
hostReferer 
hostReferers 
hosts 
hourStat 
httpCode 
httpMethod 
httpVersion 
keyword 
keywords 
logml 
monthStat 
node 
path 
referer 
referers 
summary 
uedge 
userAgent 
userAgents 
userSession 
userSessions 


schema location:  http://www.w3.org/2001/xml.xsd
targetNamespace:  http://www.w3.org/XML/1998/namespace
 
Attr. groups 
specialAttrs 


schema location:  http://www.cs.rpi.edu/~puninj/XGMML/xgmml.xsd
targetNamespace:  http://www.cs.rpi.edu/XGMML
 
Elements  Complex types  Simple types  Attr. groups 
att  graphicEdge  anchor.type  arc-atts 
center  graphicGraph  angle.type  attribute-type 
edge  graphicNode  arcstyle.type  attribute-value 
graph  simpleEdge  arrow.type  bitmap-atts 
graphics  simpleGraph  boolean.type  dimension-atts 
Line  simpleNode  capstyle.type  edge-atts-app-safe 
node  color.type  edge-atts-gml-safe 
point  font.type  external-atts 
id.type  global-atts 
idref.type  graph-atts-app-unsafe-gr 
joinstyle.type  graph-atts-app-unsafe-ngr 
justify.type  graph-atts-gml-unsafe 
number.type  graph-atts-safe 
object.type  graphics-type-att 
string.type  line-atts 
type-graphics.type  node-atts-app-safe 
uri.type  node-atts-gml-safe 
object-atts 
point-atts 
text-atts 
xml-atts 


schema location:  http://www.cs.rpi.edu/~puninj/XGMML/xlinks-2001.xsd
targetNamespace:  http://www.w3.org/1999/xlink
 
Attr. groups 
arcLink 
emptyLink 
extendedLink 
locatorLink 
resourceLink 
simpleLink 
titleLink 


element att
diagram
namespace http://www.cs.rpi.edu/LOGML
children lml:att
used by
elements att summary
complexTypes simpleLogEdge simpleLogGraph simpleLogNode
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
value  string.type        
source
<xsd:element name="att">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="att" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="lml-global-atts"/>
    <xsd:attribute name="value" type="string.type"/>
  </xsd:complexType>
</xsd:element>

element dateStat
diagram
namespace http://www.cs.rpi.edu/LOGML
children lml:monthStat lml:dayStat lml:hourStat
used by
element summary
source
<xsd:element name="dateStat">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:choice maxOccurs="unbounded">
        <xsd:element ref="monthStat"/>
        <xsd:element ref="dayStat"/>
        <xsd:element ref="hourStat"/>
      </xsd:choice>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>

element dayStat
diagram
namespace http://www.cs.rpi.edu/LOGML
used by
element dateStat
attributes
Name  Type  Use  Default  Fixed  
day  nmtoken.type        
hits  number.type        
bytes  number.type        
html_pages  number.type        
source
<xsd:element name="dayStat">
  <xsd:complexType>
    <xsd:attribute name="day" type="nmtoken.type"/>
    <xsd:attributeGroup ref="log-hit-atts"/>
  </xsd:complexType>
</xsd:element>

element directories
diagram
namespace http://www.cs.rpi.edu/LOGML
children lml:directory
used by
complexType logmlType
attributes
Name  Type  Use  Default  Fixed  
count  number.type        
source
<xsd:element name="directories">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="directory" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="count-att"/>
  </xsd:complexType>
</xsd:element>

element directory
diagram
namespace http://www.cs.rpi.edu/LOGML
used by
element directories
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
total_count  number.type        
access_count  number.type        
bytes  number.type        
html_pages  number.type        
source
<xsd:element name="directory">
  <xsd:complexType>
    <xsd:attributeGroup ref="lml-global-atts"/>
    <xsd:attribute name="total_count" type="number.type"/>
    <xsd:attributeGroup ref="log-acc-atts"/>
  </xsd:complexType>
</xsd:element>

element domain
diagram
namespace http://www.cs.rpi.edu/LOGML
used by
element domains
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
access_count  number.type        
bytes  number.type        
html_pages  number.type        
source
<xsd:element name="domain">
  <xsd:complexType>
    <xsd:attributeGroup ref="lml-global-atts"/>
    <xsd:attributeGroup ref="log-acc-atts"/>
  </xsd:complexType>
</xsd:element>

element domains
diagram
namespace http://www.cs.rpi.edu/LOGML
children lml:domain
used by
complexType logmlType
attributes
Name  Type  Use  Default  Fixed  
count  number.type        
source
<xsd:element name="domains">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="domain" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="count-att"/>
  </xsd:complexType>
</xsd:element>

element edge
diagram
namespace http://www.cs.rpi.edu/LOGML
type lml:simpleLogEdge
children xgmml:att lml:att
used by
complexType simpleLogGraph
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
labelanchor  string.type        
type  string      simple  
xlink:href  anyURI  optional      
xlink:role  anyURI  optional      
xlink:arcrole  anyURI  optional      
xlink:title  string  optional      
xlink:show  string  optional      
xlink:actuate  string  optional      
source  idref.type  required      
target  idref.type  required      
weight  string.type        
hits  number.type        
indp  boolean.type        
source
<xsd:element name="edge" type="simpleLogEdge"/>

element graph
diagram
namespace http://www.cs.rpi.edu/LOGML
type lml:simpleLogGraph
children lml:att lml:node lml:edge
used by
complexType logmlType
attributes
Name  Type  Use  Default  Fixed  
labelanchor  string.type        
xml:lang  xs:language        
xml:space  xs:NCName    preserve    
type  string      simple  
xlink:href  anyURI  optional      
xlink:role  anyURI  optional      
xlink:arcrole  anyURI  optional      
xlink:title  string  optional      
xlink:show  string  optional      
xlink:actuate  string  optional      
Vendor  string.type        
Rootnode  idref.type        
id  id.type        
name  string.type        
label  string.type        
directed  boolean.type        
source
<xsd:element name="graph" type="simpleLogGraph"/>

element host
diagram
namespace http://www.cs.rpi.edu/LOGML
used by
element hosts
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
ip  string.type        
is_internal  boolean.type        
access_count  number.type        
bytes  number.type        
html_pages  number.type        
source
<xsd:element name="host">
  <xsd:complexType>
    <xsd:attributeGroup ref="lml-global-atts"/>
    <xsd:attribute name="ip" type="string.type"/>
    <xsd:attribute name="is_internal" type="boolean.type"/>
    <xsd:attributeGroup ref="log-acc-atts"/>
  </xsd:complexType>
</xsd:element>

element hostReferer
diagram
namespace http://www.cs.rpi.edu/LOGML
used by
element hostReferers
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
access_count  number.type        
bytes  number.type        
html_pages  number.type        
is_search_engine  boolean.type        
source
<xsd:element name="hostReferer">
  <xsd:complexType>
    <xsd:attributeGroup ref="lml-global-atts"/>
    <xsd:attributeGroup ref="log-acc-atts"/>
    <xsd:attribute name="is_search_engine" type="boolean.type"/>
  </xsd:complexType>
</xsd:element>

element hostReferers
diagram
namespace http://www.cs.rpi.edu/LOGML
children lml:hostReferer
used by
complexType logmlType
attributes
Name  Type  Use  Default  Fixed  
count  number.type        
source
<xsd:element name="hostReferers">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="hostReferer" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="count-att"/>
  </xsd:complexType>
</xsd:element>

element hosts
diagram
namespace http://www.cs.rpi.edu/LOGML
children lml:host
used by
complexType logmlType
attributes
Name  Type  Use  Default  Fixed  
count  number.type        
source
<xsd:element name="hosts">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="host" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="count-att"/>
  </xsd:complexType>
</xsd:element>

element hourStat
diagram
namespace http://www.cs.rpi.edu/LOGML
used by
element dateStat
attributes
Name  Type  Use  Default  Fixed  
hour  nmtoken.type        
hits  number.type        
bytes  number.type        
html_pages  number.type        
source
<xsd:element name="hourStat">
  <xsd:complexType>
    <xsd:attribute name="hour" type="nmtoken.type"/>
    <xsd:attributeGroup ref="log-hit-atts"/>
  </xsd:complexType>
</xsd:element>

element httpCode
diagram
namespace http://www.cs.rpi.edu/LOGML
used by
element summary
attributes
Name  Type  Use  Default  Fixed  
code  number.type        
id  id.type        
name  string.type        
label  string.type        
total_count  number.type        
bytes  number.type        
html_pages  number.type        
source
<xsd:element name="httpCode">
  <xsd:complexType>
    <xsd:attribute name="code" type="number.type"/>
    <xsd:attributeGroup ref="lml-global-atts"/>
    <xsd:attributeGroup ref="log-count-atts"/>
  </xsd:complexType>
</xsd:element>

element httpMethod
diagram
namespace http://www.cs.rpi.edu/LOGML
used by
element summary
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
total_count  number.type        
bytes  number.type        
html_pages  number.type        
source
<xsd:element name="httpMethod">
  <xsd:complexType>
    <xsd:attributeGroup ref="lml-global-atts"/>
    <xsd:attributeGroup ref="log-count-atts"/>
  </xsd:complexType>
</xsd:element>

element httpVersion
diagram
namespace http://www.cs.rpi.edu/LOGML
used by
element summary
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
total_count  number.type        
bytes  number.type        
html_pages  number.type        
source
<xsd:element name="httpVersion">
  <xsd:complexType>
    <xsd:attributeGroup ref="lml-global-atts"/>
    <xsd:attributeGroup ref="log-count-atts"/>
  </xsd:complexType>
</xsd:element>

element keyword
diagram
namespace http://www.cs.rpi.edu/LOGML
used by
element keywords
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
total_count  number.type        
source
<xsd:element name="keyword">
  <xsd:complexType>
    <xsd:attributeGroup ref="lml-global-atts"/>
    <xsd:attribute name="total_count" type="number.type"/>
  </xsd:complexType>
</xsd:element>

element keywords
diagram
namespace http://www.cs.rpi.edu/LOGML
children lml:keyword
used by
complexType logmlType
attributes
Name  Type  Use  Default  Fixed  
search_engine_name  string.type        
search_count  number.type        
count  number.type        
source
<xsd:element name="keywords">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="keyword" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="search_engine_name" type="string.type"/>
    <xsd:attribute name="search_count" type="number.type"/>
    <xsd:attributeGroup ref="count-att"/>
  </xsd:complexType>
</xsd:element>

element logml
diagram
namespace http://www.cs.rpi.edu/LOGML
type lml:logmlType
children lml:graph lml:hosts lml:domains lml:directories lml:userAgents lml:hostReferers lml:referers lml:keywords lml:summary lml:userSessions
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
xml:lang  xs:language        
xml:space  xs:NCName    preserve    
start_date  date.type  required      
end_date  date.type  required      
source
<xsd:element name="logml" type="logmlType"/>

element monthStat
diagram
namespace http://www.cs.rpi.edu/LOGML
used by
element dateStat
attributes
Name  Type  Use  Default  Fixed  
month  nmtoken.type        
hits  number.type        
bytes  number.type        
html_pages  number.type        
source
<xsd:element name="monthStat">
  <xsd:complexType>
    <xsd:attribute name="month" type="nmtoken.type"/>
    <xsd:attributeGroup ref="log-hit-atts"/>
  </xsd:complexType>
</xsd:element>

element node
diagram
namespace http://www.cs.rpi.edu/LOGML
type lml:simpleLogNode
children xgmml:att lml:att
used by
complexType simpleLogGraph
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
labelanchor  string.type        
type  string      simple  
xlink:href  anyURI  optional      
xlink:role  anyURI  optional      
xlink:arcrole  anyURI  optional      
xlink:title  string  optional      
xlink:show  string  optional      
xlink:actuate  string  optional      
weight  string.type        
hits  number.type        
ehits  number.type        
indp  boolean.type        
source
<xsd:element name="node" type="simpleLogNode"/>

element path
diagram
namespace http://www.cs.rpi.edu/LOGML
children lml:uedge
used by
element userSession
attributes
Name  Type  Use  Default  Fixed  
count  number.type        
source
<xsd:element name="path">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="uedge" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="count-att"/>
  </xsd:complexType>
</xsd:element>

element referer
diagram
namespace http://www.cs.rpi.edu/LOGML
used by
element referers
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
target  idref.type        
access_count  number.type        
bytes  number.type        
html_pages  number.type        
is_internal  boolean.type        
source
<xsd:element name="referer">
  <xsd:complexType>
    <xsd:attributeGroup ref="lml-global-atts"/>
    <xsd:attribute name="target" type="idref.type"/>
    <xsd:attributeGroup ref="log-acc-atts"/>
    <xsd:attribute name="is_internal" type="boolean.type"/>
  </xsd:complexType>
</xsd:element>

element referers
diagram
namespace http://www.cs.rpi.edu/LOGML
children lml:referer
used by
complexType logmlType
attributes
Name  Type  Use  Default  Fixed  
count  number.type        
source
<xsd:element name="referers">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="referer" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="count-att"/>
  </xsd:complexType>
</xsd:element>

element summary
diagram
namespace http://www.cs.rpi.edu/LOGML
children lml:att lml:httpCode lml:httpMethod lml:httpVersion lml:dateStat
used by
complexType logmlType
attributes
Name  Type  Use  Default  Fixed  
requests  number.type        
sessions  number.type        
bytes  number.type        
html_pages  number.type        
nhtml_pages  number.type        
inline_objects  number.type        
hyperlink_html  number.type        
hyperlink_nhtml  number.type        
html_entry_pages  number.type        
nhtml_entry_pages  number.type        
unique_sites  number.type        
unique_host_referers  number.type        
unique_se_referers  number.type        
unique_external_url_referers  number.type        
unique_internal_url_referers  number.type        
unique_user_agents  number.type        
requests_hour  xsd:double        
requests_day  xsd:double        
kbytes_day  xsd:double        
kbytes_hour  xsd:double        
searches  number.type        
unique_keywords  number.type        
source
<xsd:element name="summary">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:choice minOccurs="0" maxOccurs="unbounded">
        <xsd:element ref="att"/>
        <xsd:element ref="httpCode"/>
        <xsd:element ref="httpMethod"/>
        <xsd:element ref="httpVersion"/>
      </xsd:choice>
      <xsd:element ref="dateStat" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attribute name="requests" type="number.type"/>
    <xsd:attribute name="sessions" type="number.type"/>
    <xsd:attribute name="bytes" type="number.type"/>
    <xsd:attribute name="html_pages" type="number.type"/>
    <xsd:attribute name="nhtml_pages" type="number.type"/>
    <xsd:attribute name="inline_objects" type="number.type"/>
    <xsd:attribute name="hyperlink_html" type="number.type"/>
    <xsd:attribute name="hyperlink_nhtml" type="number.type"/>
    <xsd:attribute name="html_entry_pages" type="number.type"/>
    <xsd:attribute name="nhtml_entry_pages" type="number.type"/>
    <xsd:attribute name="unique_sites" type="number.type"/>
    <xsd:attribute name="unique_host_referers" type="number.type"/>
    <xsd:attribute name="unique_se_referers" type="number.type"/>
    <xsd:attribute name="unique_external_url_referers" type="number.type"/>
    <xsd:attribute name="unique_internal_url_referers" type="number.type"/>
    <xsd:attribute name="unique_user_agents" type="number.type"/>
    <xsd:attribute name="requests_hour" type="xsd:double"/>
    <xsd:attribute name="requests_day" type="xsd:double"/>
    <xsd:attribute name="kbytes_day" type="xsd:double"/>
    <xsd:attribute name="kbytes_hour" type="xsd:double"/>
    <xsd:attribute name="searches" type="number.type"/>
    <xsd:attribute name="unique_keywords" type="number.type"/>
  </xsd:complexType>
</xsd:element>

element uedge
diagram
namespace http://www.cs.rpi.edu/LOGML
used by
element path
attributes
Name  Type  Use  Default  Fixed  
source  idref.type  required      
target  idref.type  required      
utime  date.type        
source
<xsd:element name="uedge">
  <xsd:complexType>
    <xsd:attributeGroup ref="edge-atts"/>
    <xsd:attribute name="utime" type="date.type"/>
  </xsd:complexType>
</xsd:element>

element userAgent
diagram
namespace http://www.cs.rpi.edu/LOGML
used by
element userAgents
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
access_count  number.type        
bytes  number.type        
html_pages  number.type        
is_spider  boolean.type        
source
<xsd:element name="userAgent">
  <xsd:complexType>
    <xsd:attributeGroup ref="lml-global-atts"/>
    <xsd:attributeGroup ref="log-acc-atts"/>
    <xsd:attribute name="is_spider" type="boolean.type"/>
  </xsd:complexType>
</xsd:element>

element userAgents
diagram
namespace http://www.cs.rpi.edu/LOGML
children lml:userAgent
used by
complexType logmlType
attributes
Name  Type  Use  Default  Fixed  
count  number.type        
source
<xsd:element name="userAgents">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="userAgent" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="count-att"/>
  </xsd:complexType>
</xsd:element>

element userSession
diagram
namespace http://www.cs.rpi.edu/LOGML
children lml:path
used by
element userSessions
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
ureferer  uri.type        
entry_page  uri.type        
start_time  date.type        
access_count  number.type        
source
<xsd:element name="userSession">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="path"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="lml-global-atts"/>
    <xsd:attribute name="ureferer" type="uri.type"/>
    <xsd:attribute name="entry_page" type="uri.type"/>
    <xsd:attribute name="start_time" type="date.type"/>
    <xsd:attribute name="access_count" type="number.type"/>
  </xsd:complexType>
</xsd:element>

element userSessions
diagram
namespace http://www.cs.rpi.edu/LOGML
children lml:userSession
used by
complexType logmlType
attributes
Name  Type  Use  Default  Fixed  
count  number.type        
max_edges  number.type        
min_edges  number.type        
source
<xsd:element name="userSessions">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="userSession" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="count-att"/>
    <xsd:attribute name="max_edges" type="number.type"/>
    <xsd:attribute name="min_edges" type="number.type"/>
  </xsd:complexType>
</xsd:element>

complexType logmlType
diagram
namespace http://www.cs.rpi.edu/LOGML
children lml:graph lml:hosts lml:domains lml:directories lml:userAgents lml:hostReferers lml:referers lml:keywords lml:summary lml:userSessions
used by
element logml
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
xml:lang  xs:language        
xml:space  xs:NCName    preserve    
start_date  date.type  required      
end_date  date.type  required      
source
<xsd:complexType name="logmlType">
  <xsd:sequence>
    <xsd:element ref="graph"/>
    <xsd:element ref="hosts" minOccurs="0"/>
    <xsd:element ref="domains" minOccurs="0"/>
    <xsd:element ref="directories" minOccurs="0"/>
    <xsd:element ref="userAgents" minOccurs="0"/>
    <xsd:element ref="hostReferers" minOccurs="0"/>
    <xsd:element ref="referers" minOccurs="0"/>
    <xsd:element ref="keywords" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="summary" minOccurs="0"/>
    <xsd:element ref="userSessions" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attributeGroup ref="lml-global-atts"/>
  <xsd:attributeGroup ref="xml-atts"/>
  <xsd:attribute name="start_date" type="date.type" use="required"/>
  <xsd:attribute name="end_date" type="date.type" use="required"/>
</xsd:complexType>

complexType simpleLogEdge
diagram
namespace http://www.cs.rpi.edu/LOGML
type extension of xgmml:simpleEdge
children xgmml:att lml:att
used by
element edge
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
labelanchor  string.type        
type  string      simple  
xlink:href  anyURI  optional      
xlink:role  anyURI  optional      
xlink:arcrole  anyURI  optional      
xlink:title  string  optional      
xlink:show  string  optional      
xlink:actuate  string  optional      
source  idref.type  required      
target  idref.type  required      
weight  string.type        
hits  number.type        
indp  boolean.type        
source
<xsd:complexType name="simpleLogEdge">
  <xsd:complexContent>
    <xsd:extension base="xgmml:simpleEdge">
      <xsd:sequence>
        <xsd:element ref="att" minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
      <xsd:attribute name="hits" type="number.type"/>
      <xsd:attribute name="indp" type="boolean.type"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>

complexType simpleLogGraph
diagram
namespace http://www.cs.rpi.edu/LOGML
type restriction of xgmml:simpleGraph
children lml:att lml:node lml:edge
used by
element graph
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
labelanchor  string.type        
xml:lang  xs:language        
xml:space  xs:NCName    preserve    
type  string      simple  
xlink:href  anyURI  optional      
xlink:role  anyURI  optional      
xlink:arcrole  anyURI  optional      
xlink:title  string  optional      
xlink:show  string  optional      
xlink:actuate  string  optional      
directed  boolean.type    0    
Vendor  string.type        
Rootnode  idref.type        
source
<xsd:complexType name="simpleLogGraph">
  <xsd:complexContent>
    <xsd:restriction base="xgmml:simpleGraph">
      <xsd:sequence>
        <xsd:element ref="att" minOccurs="0" maxOccurs="unbounded"/>
        <xsd:choice minOccurs="0" maxOccurs="unbounded">
          <xsd:element ref="node"/>
          <xsd:element ref="edge"/>
        </xsd:choice>
      </xsd:sequence>
      <xsd:attributeGroup ref="lml-global-atts"/>
      <xsd:attribute name="directed" type="boolean.type"/>
    </xsd:restriction>
  </xsd:complexContent>
</xsd:complexType>

complexType simpleLogNode
diagram
namespace http://www.cs.rpi.edu/LOGML
type extension of xgmml:simpleNode
children xgmml:att lml:att
used by
element node
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
labelanchor  string.type        
type  string      simple  
xlink:href  anyURI  optional      
xlink:role  anyURI  optional      
xlink:arcrole  anyURI  optional      
xlink:title  string  optional      
xlink:show  string  optional      
xlink:actuate  string  optional      
weight  string.type        
hits  number.type        
ehits  number.type        
indp  boolean.type        
source
<xsd:complexType name="simpleLogNode">
  <xsd:complexContent>
    <xsd:extension base="xgmml:simpleNode">
      <xsd:sequence>
        <xsd:element ref="att" minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
      <xsd:attribute name="hits" type="number.type"/>
      <xsd:attribute name="ehits" type="number.type"/>
      <xsd:attribute name="indp" type="boolean.type"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>

simpleType boolean.type
namespace http://www.cs.rpi.edu/LOGML
type xgmml:boolean.type
used by
attributes simpleLogGraph/@directed simpleLogNode/@indp simpleLogEdge/@indp host/@is_internal referer/@is_internal hostReferer/@is_search_engine userAgent/@is_spider
facets
enumeration 0
enumeration 1
source
<xsd:simpleType name="boolean.type">
  <xsd:restriction base="xgmml:boolean.type"/>
</xsd:simpleType>

simpleType date.type
namespace http://www.cs.rpi.edu/LOGML
type xsd:string
used by
attributes logmlType/@end_date logmlType/@start_date userSession/@start_time uedge/@utime
source
<xsd:simpleType name="date.type">
  <xsd:restriction base="xsd:string"/>
</xsd:simpleType>

simpleType id.type
namespace http://www.cs.rpi.edu/LOGML
type xgmml:id.type
used by
attributes lml-global-atts/@id lml-global-req-atts/@id
source
<xsd:simpleType name="id.type">
  <xsd:restriction base="xgmml:id.type"/>
</xsd:simpleType>

simpleType idref.type
namespace http://www.cs.rpi.edu/LOGML
type xgmml:idref.type
used by
attributes edge-atts/@source referer/@target edge-atts/@target
source
<xsd:simpleType name="idref.type">
  <xsd:restriction base="xgmml:idref.type"/>
</xsd:simpleType>

simpleType nmtoken.type
namespace http://www.cs.rpi.edu/LOGML
type xsd:NMTOKEN
used by
attributes dayStat/@day hourStat/@hour monthStat/@month
source
<xsd:simpleType name="nmtoken.type">
  <xsd:restriction base="xsd:NMTOKEN"/>
</xsd:simpleType>

simpleType number.type
namespace http://www.cs.rpi.edu/LOGML
type xgmml:number.type
used by
attributes userSession/@access_count log-acc-atts/@access_count log-count-atts/@bytes summary/@bytes log-acc-atts/@bytes log-hit-atts/@bytes httpCode/@code count-att/@count simpleLogNode/@ehits simpleLogNode/@hits simpleLogEdge/@hits log-hit-atts/@hits summary/@html_entry_pages log-hit-atts/@html_pages log-acc-atts/@html_pages summary/@html_pages log-count-atts/@html_pages summary/@hyperlink_html summary/@hyperlink_nhtml summary/@inline_objects userSessions/@max_edges userSessions/@min_edges summary/@nhtml_entry_pages summary/@nhtml_pages summary/@requests keywords/@search_count summary/@searches summary/@sessions log-count-atts/@total_count keyword/@total_count directory/@total_count summary/@unique_external_url_referers summary/@unique_host_referers summary/@unique_internal_url_referers summary/@unique_keywords summary/@unique_se_referers summary/@unique_sites summary/@unique_user_agents
source
<xsd:simpleType name="number.type">
  <xsd:restriction base="xgmml:number.type"/>
</xsd:simpleType>

simpleType string.type
namespace http://www.cs.rpi.edu/LOGML
type xgmml:string.type
used by
attributes host/@ip lml-global-atts/@label lml-global-req-atts/@label lml-global-atts/@name lml-global-req-atts/@name keywords/@search_engine_name att/@value xgmml-atts/@weight
source
<xsd:simpleType name="string.type">
  <xsd:restriction base="xgmml:string.type"/>
</xsd:simpleType>

simpleType uri.type
namespace http://www.cs.rpi.edu/LOGML
type xsd:anyURI
used by
attributes userSession/@entry_page userSession/@ureferer
source
<xsd:simpleType name="uri.type">
  <xsd:restriction base="xsd:anyURI"/>
</xsd:simpleType>

attributeGroup count-att
namespace http://www.cs.rpi.edu/LOGML
used by
elements directories domains hostReferers hosts keywords path referers userAgents userSessions
attributes
Name  Type  Use  Default  Fixed  
count  number.type        
source
<xsd:attributeGroup name="count-att">
  <xsd:attribute name="count" type="number.type"/>
</xsd:attributeGroup>

attributeGroup edge-atts
namespace http://www.cs.rpi.edu/LOGML
used by
element uedge
attributes
Name  Type  Use  Default  Fixed  
source  idref.type  required      
target  idref.type  required      
source
<xsd:attributeGroup name="edge-atts">
  <xsd:attribute name="source" type="idref.type" use="required"/>
  <xsd:attribute name="target" type="idref.type" use="required"/>
</xsd:attributeGroup>

attributeGroup lml-global-atts
namespace http://www.cs.rpi.edu/LOGML
used by
elements att directory domain host hostReferer httpCode httpMethod httpVersion keyword referer userAgent userSession
complexTypes logmlType simpleLogGraph
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
source
<xsd:attributeGroup name="lml-global-atts">
  <xsd:attribute name="id" type="id.type"/>
  <xsd:attribute name="name" type="string.type"/>
  <xsd:attribute name="label" type="string.type"/>
</xsd:attributeGroup>

attributeGroup lml-global-req-atts
namespace http://www.cs.rpi.edu/LOGML
attributes
Name  Type  Use  Default  Fixed  
id  id.type  required      
name  string.type        
label  string.type        
source
<xsd:attributeGroup name="lml-global-req-atts">
  <xsd:attribute name="id" type="id.type" use="required"/>
  <xsd:attribute name="name" type="string.type"/>
  <xsd:attribute name="label" type="string.type"/>
</xsd:attributeGroup>

attributeGroup log-acc-atts
namespace http://www.cs.rpi.edu/LOGML
used by
elements directory domain host hostReferer referer userAgent
attributes
Name  Type  Use  Default  Fixed  
access_count  number.type        
bytes  number.type        
html_pages  number.type        
source
<xsd:attributeGroup name="log-acc-atts">
  <xsd:attribute name="access_count" type="number.type"/>
  <xsd:attribute name="bytes" type="number.type"/>
  <xsd:attribute name="html_pages" type="number.type"/>
</xsd:attributeGroup>

attributeGroup log-count-atts
namespace http://www.cs.rpi.edu/LOGML
used by
elements httpCode httpMethod httpVersion
attributes
Name  Type  Use  Default  Fixed  
total_count  number.type        
bytes  number.type        
html_pages  number.type        
source
<xsd:attributeGroup name="log-count-atts">
  <xsd:attribute name="total_count" type="number.type"/>
  <xsd:attribute name="bytes" type="number.type"/>
  <xsd:attribute name="html_pages" type="number.type"/>
</xsd:attributeGroup>

attributeGroup log-hit-atts
namespace http://www.cs.rpi.edu/LOGML
used by
elements dayStat hourStat monthStat
attributes
Name  Type  Use  Default  Fixed  
hits  number.type        
bytes  number.type        
html_pages  number.type        
source
<xsd:attributeGroup name="log-hit-atts">
  <xsd:attribute name="hits" type="number.type"/>
  <xsd:attribute name="bytes" type="number.type"/>
  <xsd:attribute name="html_pages" type="number.type"/>
</xsd:attributeGroup>

attributeGroup xgmml-atts
namespace http://www.cs.rpi.edu/LOGML
attributes
Name  Type  Use  Default  Fixed  
weight  string.type        
source
<xsd:attributeGroup name="xgmml-atts">
  <xsd:attribute name="weight" type="string.type"/>
</xsd:attributeGroup>

attributeGroup xml-atts
namespace http://www.cs.rpi.edu/LOGML
used by
complexType logmlType
attributes
Name  Type  Use  Default  Fixed  
xml:lang  xs:language        
xml:space  xs:NCName    preserve    
source
<xsd:attributeGroup name="xml-atts">
  <xsd:attribute ref="xml:lang"/>
  <xsd:attribute ref="xml:space"/>
</xsd:attributeGroup>

attributeGroup xml:specialAttrs
namespace http://www.w3.org/XML/1998/namespace
attributes
Name  Type  Use  Default  Fixed  
xml:lang  xs:language        
xml:space  xs:NCName    preserve    
source
<xsd:attributeGroup name="specialAttrs">
  <xsd:attribute ref="xml:lang"/>
  <xsd:attribute ref="xml:space"/>
</xsd:attributeGroup>

element xgmml:att
diagram
namespace http://www.cs.rpi.edu/XGMML
children xgmml:att xgmml:graph
used by
elements xgmml:att xgmml:graphics
complexTypes xgmml:simpleEdge xgmml:simpleGraph xgmml:simpleNode
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
labelanchor  string.type        
value  string.type        
type  object.type        
source
<xsd:element name="att">
  <xsd:complexType mixed="true">
    <xsd:sequence>
      <xsd:element ref="att" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="graph" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="global-atts"/>
    <xsd:attributeGroup ref="attribute-value"/>
    <xsd:attributeGroup ref="attribute-type"/>
  </xsd:complexType>
</xsd:element>

element xgmml:center
diagram
namespace http://www.cs.rpi.edu/XGMML
used by
element xgmml:graphics
attributes
Name  Type  Use  Default  Fixed  
x  xsd:double        
y  xsd:double        
z  xsd:double        
source
<xsd:element name="center">
  <xsd:complexType>
    <xsd:attributeGroup ref="point-atts"/>
  </xsd:complexType>
</xsd:element>

element xgmml:edge
diagram
namespace http://www.cs.rpi.edu/XGMML
type xgmml:graphicEdge
children xgmml:att xgmml:graphics
used by
complexType xgmml:simpleGraph
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
labelanchor  string.type        
type  string      simple  
xlink:href  anyURI  optional      
xlink:role  anyURI  optional      
xlink:arcrole  anyURI  optional      
xlink:title  string  optional      
xlink:show  string  optional      
xlink:actuate  string  optional      
source  idref.type  required      
target  idref.type  required      
weight  string.type        
source
<xsd:element name="edge" type="graphicEdge"/>

element xgmml:graph
diagram
namespace http://www.cs.rpi.edu/XGMML
type xgmml:graphicGraph
children xgmml:att xgmml:node xgmml:edge
used by
element xgmml:att
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
labelanchor  string.type        
xml:lang  xs:language        
xml:space  xs:NCName    preserve    
type  string      simple  
xlink:href  anyURI  optional      
xlink:role  anyURI  optional      
xlink:arcrole  anyURI  optional      
xlink:title  string  optional      
xlink:show  string  optional      
xlink:actuate  string  optional      
directed  boolean.type    0    
Vendor  string.type        
Rootnode  idref.type        
Scale  xsd:integer        
Layout  string.type        
Graphic  boolean.type        
source
<xsd:element name="graph" type="graphicGraph"/>

element xgmml:graphics
diagram
namespace http://www.cs.rpi.edu/XGMML
children xgmml:Line xgmml:center xgmml:att
used by
complexTypes xgmml:graphicEdge xgmml:graphicNode
attributes
Name  Type  Use  Default  Fixed  
type  type-graphics.type        
x  xsd:double        
y  xsd:double        
z  xsd:double        
w  xsd:double        
h  xsd:double        
d  xsd:double        
image  uri.type        
bitmap  uri.type        
width  number.type        
arrow  arrow.type        
capstyle  capstyle.type        
joinstyle  joinstyle.type        
smooth  boolean.type        
splinesteps  number.type        
justify  justify.type        
font  font.type        
background  color.type        
foreground  color.type        
extent  xsd:integer        
start  xsd:integer        
style  arcstyle.type        
stipple  string.type        
visible  boolean.type        
fill  color.type        
outline  color.type        
anchor  anchor.type        
source
<xsd:element name="graphics">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:choice minOccurs="0">
        <xsd:element ref="Line"/>
        <xsd:element ref="center"/>
      </xsd:choice>
      <xsd:element ref="att" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="graphics-type-att"/>
    <xsd:attributeGroup ref="point-atts"/>
    <xsd:attributeGroup ref="dimension-atts"/>
    <xsd:attributeGroup ref="external-atts"/>
    <xsd:attributeGroup ref="line-atts"/>
    <xsd:attributeGroup ref="text-atts"/>
    <xsd:attributeGroup ref="bitmap-atts"/>
    <xsd:attributeGroup ref="arc-atts"/>
    <xsd:attributeGroup ref="object-atts"/>
  </xsd:complexType>
</xsd:element>

element xgmml:Line
diagram
namespace http://www.cs.rpi.edu/XGMML
children xgmml:point
used by
element xgmml:graphics
source
<xsd:element name="Line">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="point" minOccurs="2" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>

element xgmml:node
diagram
namespace http://www.cs.rpi.edu/XGMML
type xgmml:graphicNode
children xgmml:att xgmml:graphics
used by
complexType xgmml:simpleGraph
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
labelanchor  string.type        
type  string      simple  
xlink:href  anyURI  optional      
xlink:role  anyURI  optional      
xlink:arcrole  anyURI  optional      
xlink:title  string  optional      
xlink:show  string  optional      
xlink:actuate  string  optional      
weight  string.type        
edgeanchor  string.type        
source
<xsd:element name="node" type="graphicNode"/>

element xgmml:point
diagram
namespace http://www.cs.rpi.edu/XGMML
used by
element xgmml:Line
attributes
Name  Type  Use  Default  Fixed  
x  xsd:double        
y  xsd:double        
z  xsd:double        
source
<xsd:element name="point">
  <xsd:complexType>
    <xsd:attributeGroup ref="point-atts"/>
  </xsd:complexType>
</xsd:element>

complexType xgmml:graphicEdge
diagram
namespace http://www.cs.rpi.edu/XGMML
type extension of xgmml:simpleEdge
children xgmml:att xgmml:graphics
used by
element xgmml:edge
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
labelanchor  string.type        
type  string      simple  
xlink:href  anyURI  optional      
xlink:role  anyURI  optional      
xlink:arcrole  anyURI  optional      
xlink:title  string  optional      
xlink:show  string  optional      
xlink:actuate  string  optional      
source  idref.type  required      
target  idref.type  required      
weight  string.type        
source
<xsd:complexType name="graphicEdge">
  <xsd:complexContent>
    <xsd:extension base="simpleEdge">
      <xsd:sequence>
        <xsd:element ref="graphics" minOccurs="0"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>

complexType xgmml:graphicGraph
diagram
namespace http://www.cs.rpi.edu/XGMML
type extension of xgmml:simpleGraph
children xgmml:att xgmml:node xgmml:edge
used by
element xgmml:graph
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name  string.type        
label  string.type        
labelanchor  string.type        
xml:lang  xs:language        
xml:space  xs:NCName    preserve    
type  string      simple  
xlink:href  anyURI  optional      
xlink:role  anyURI  optional      
xlink:arcrole  anyURI  optional      
xlink:title  string  optional      
xlink:show  string  optional      
xlink:actuate  string  optional      
directed  boolean.type    0    
Vendor  string.type        
Rootnode  idref.type        
Scale  xsd:integer        
Layout  string.type        
Graphic  boolean.type        
source
<xsd:complexType name="graphicGraph">
  <xsd:complexContent>
    <xsd:extension base="simpleGraph">
      <xsd:attributeGroup ref="graph-atts-app-unsafe-gr"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>

complexType xgmml:graphicNode
diagram
namespace http://www.cs.rpi.edu/XGMML
type extension of xgmml:simpleNode
children xgmml:att xgmml:graphics
used by
element xgmml:node
attributes
Name  Type  Use  Default  Fixed  
id  id.type        
name &nb