http://sndlib.zib.de/network
element meta

Documentation
Collects some top level meta information about  this demand matrix.
Collects some top level meta data  about a demand matrix.
Properties
This component is not nillable.

Model
<meta>
(granularity? ; time? ; unit? ; origin?)
</meta>


Nested Element Summary
xs:stringgranularity
          Specifies over which time horizon the demands have been averaged (optional) 
xs:stringorigin
          Specifies the origin of the data (optional) 
xs:stringtime
          Specifies the point in time the data has been collected (optional) 
xs:stringunit
          Specifies the unit of the demand data (optional) 
Source
<xs:element name="meta">
<xs:complexType>
<xs:all>
<xs:element minOccurs="0" name="granularity" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="time" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="unit" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="origin" type="xs:string">
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.