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