Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Imported schema eml-view.xsd
Namespace eml://ecoinformatics.org/view-2.2.0
Annotations
'$RCSfile: eml-view.xsd,v $'
       Copyright: 1997-2002 Regents of the University of California,
                            University of New Mexico, and
                            Arizona State University
        Sponsors: National Center for Ecological Analysis and Synthesis and
                  Partnership for Interdisciplinary Studies of Coastal Oceans,
                     University of California Santa Barbara
                  Long-Term Ecological Research Network Office,
                     University of New Mexico
                  Center for Environmental Studies, Arizona State University
   Other funding: National Science Foundation (see README for details)
                  The David and Lucile Packard Foundation
     For Details: http://knb.ecoinformatics.org/

        '$Author: obrien $'
          '$Date: 2008-11-14 23:50:13 $'
      '$Revision: 1.43 $'

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
moduleName: eml-view

moduleDescription: 
        
          
            The eml-view module - Data tables resulting from a
            database query
          
        
        

recommendedUsage: all datasets that contain one or more
        views

standAlone: yes
Properties
attribute form default unqualified
element form default unqualified
Schema location file:/Volumes/mob/EML_schema/EML-2.2.0/git_checkouts/eml/tmp/eml-view.xsd
Element view
Namespace eml://ecoinformatics.org/view-2.2.0
Annotations
tooltip: View

summary: The View element is a container for documenting a
        view.

description: The View element is a container for documenting a
        view. The structure of the view element is defined by the
        ViewType.
Diagram
Diagram NO_NAMESPACE.tmp#ViewType_id NO_NAMESPACE.tmp#ViewType_system NO_NAMESPACE.tmp#ViewType_scope NO_NAMESPACE.tmp#EntityGroup_alternateIdentifier NO_NAMESPACE.tmp#EntityGroup_entityName NO_NAMESPACE.tmp#EntityGroup_entityDescription NO_NAMESPACE.tmp#EntityGroup_physical NO_NAMESPACE.tmp#EntityGroup_coverage NO_NAMESPACE.tmp#EntityGroup_methods NO_NAMESPACE.tmp#EntityGroup_additionalInfo NO_NAMESPACE.tmp#EntityGroup_annotation entity-2_2_0.tmp#EntityGroup NO_NAMESPACE.tmp#ViewType_attributeList NO_NAMESPACE.tmp#ViewType_constraint NO_NAMESPACE.tmp#ViewType_queryStatement NO_NAMESPACE.tmp#ReferencesGroup_references resource-2_2_0.tmp#ReferencesGroup view-2_2_0.tmp#ViewType
Type ViewType
Properties
content complex
Model
Children additionalInfo, alternateIdentifier, annotation, attributeList, constraint, coverage, entityDescription, entityName, methods, physical, queryStatement, references
Instance
<view id="" scope="document" system="" xmlns="eml://ecoinformatics.org/view-2.2.0">
  <alternateIdentifier system="">{0,unbounded}</alternateIdentifier>
  <entityName>{1,1}</entityName>
  <entityDescription>{0,1}</entityDescription>
  <physical id="" scope="document" system="">{0,unbounded}</physical>
  <coverage id="" scope="document" system="">{0,1}</coverage>
  <methods>{0,1}</methods>
  <additionalInfo xml:lang="">{0,unbounded}</additionalInfo>
  <annotation>{0,unbounded}</annotation>
  <attributeList id="">{1,1}</attributeList>
  <constraint id="" scope="document" system="">{0,unbounded}</constraint>
  <queryStatement>{1,1}</queryStatement>
  <references system="">{1,1}</references>
</view>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xs:element name="view" type="ViewType">
  <xs:annotation>
    <xs:documentation>tooltip: View summary: The View element is a container for documenting a view. description: The View element is a container for documenting a view. The structure of the view element is defined by the ViewType.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/Volumes/mob/EML_schema/EML-2.2.0/git_checkouts/eml/tmp/eml-view.xsd
Complex Type ViewType
Namespace eml://ecoinformatics.org/view-2.2.0
Annotations
tooltip: ViewType

summary: The ViewType complex type defines the structure for
        documenting a view.

description: The ViewType complex type defines the structure for
        documenting a view. This type extends the EntityGroup with a
        queryStatement.
Diagram
Diagram NO_NAMESPACE.tmp#ViewType_id NO_NAMESPACE.tmp#ViewType_system NO_NAMESPACE.tmp#ViewType_scope NO_NAMESPACE.tmp#EntityGroup_alternateIdentifier NO_NAMESPACE.tmp#EntityGroup_entityName NO_NAMESPACE.tmp#EntityGroup_entityDescription NO_NAMESPACE.tmp#EntityGroup_physical NO_NAMESPACE.tmp#EntityGroup_coverage NO_NAMESPACE.tmp#EntityGroup_methods NO_NAMESPACE.tmp#EntityGroup_additionalInfo NO_NAMESPACE.tmp#EntityGroup_annotation entity-2_2_0.tmp#EntityGroup NO_NAMESPACE.tmp#ViewType_attributeList NO_NAMESPACE.tmp#ViewType_constraint NO_NAMESPACE.tmp#ViewType_queryStatement NO_NAMESPACE.tmp#ReferencesGroup_references resource-2_2_0.tmp#ReferencesGroup
Used by
Model
Children additionalInfo, alternateIdentifier, annotation, attributeList, constraint, coverage, entityDescription, entityName, methods, physical, queryStatement, references
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Source
<xs:complexType name="ViewType">
  <xs:annotation>
    <xs:documentation>tooltip: ViewType summary: The ViewType complex type defines the structure for documenting a view. description: The ViewType complex type defines the structure for documenting a view. This type extends the EntityGroup with a queryStatement.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:sequence>
      <xs:group ref="ent:EntityGroup"/>
      <xs:element name="attributeList" type="att:AttributeListType">
        <xs:annotation>
          <xs:documentation>tooltip: Attribute List summary: The list of attributes associated with this entity. description: The list of attributes associated with this entity. For more information see the eml-attribute module.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="constraint" type="con:ConstraintType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>tooltip: Constraint summary: description: Description of any relational constraints on ' this entity. For more information see the eml-constraint module.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="queryStatement" type="res:NonEmptyStringType">
        <xs:annotation>
          <xs:documentation>tooltip: Query Statement summary: Query syntax that produced the view description: The value of a queryStatement field is the actual query statement stored in the database is entered here. The query statement generates the entity being documented.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:group ref="res:ReferencesGroup"/>
  </xs:choice>
  <xs:attribute name="id" type="res:IDType" use="optional"/>
  <xs:attribute name="system" type="res:SystemType" use="optional"/>
  <xs:attribute name="scope" type="res:ScopeType" use="optional" default="document"/>
</xs:complexType>
Schema location file:/Volumes/mob/EML_schema/EML-2.2.0/git_checkouts/eml/tmp/eml-view.xsd