CSML 1.9 [Top | back ]
element logVariable
diagram
namespace http://www.csml.org/csml/version1
properties
content complex
used by
element logVariableList
attributes
Name  Type  Use  Default  Fixed  Annotation
elementTypederived by: xsd:tokenrequired      
labelRefxsd:stringrequired      
propertyTypederived by: xsd:tokenrequired      
logIndexderived by: xsd:intrequired      
source <xsd:element name="logVariable">
 
<xsd:complexType>
   
<xsd:attributeGroup ref="csml19:elementTypeAttribute"/>
   
<xsd:attributeGroup ref="csml19:labelRefAttribute"/>
   
<xsd:attributeGroup ref="csml19:propertyTypeAttribute"/>
   
<xsd:attribute name="logIndex" use="required">
     
<xsd:simpleType>
       
<xsd:restriction base="xsd:int">
         
<xsd:minInclusive value="0"/>
       
</xsd:restriction>
     
</xsd:simpleType>
   
</xsd:attribute>
 
</xsd:complexType>
</xsd:element>

attribute logVariable/@logIndex
type restriction of xsd:int
properties
isRef 0
use required
facets
minInclusive 0
source <xsd:attribute name="logIndex" use="required">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:int">
     
<xsd:minInclusive value="0"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>