complexType absoluteTimingElementType
diagram AVCL.2.1_diagrams/AVCL.2.1_p301.png
used by
element Timing
attributes
Name  Type  Use  Default  Fixed  Annotation
start  nonNegativeScalarType  required      
stop  positiveScalarType  required      
timeStamp  nonNegativeScalarType  optional      
documentation
Time value in seconds.
description  xsd:string  optional      
documentation
Descriptive text explaining the intended effect of this element.
id  xsd:ID  optional      
documentation
Unique identifier for this element.
annotation
documentation
Type used to represent an absolute start and stop time for event execution.
source <xsd:complexType name="absoluteTimingElementType">
 
<xsd:annotation>
   
<xsd:documentation>Type used to represent an absolute start and stop time for event execution.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="start" type="nonNegativeScalarType" use="required"/>
 
<xsd:attribute name="stop" type="positiveScalarType" use="required"/>
 
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType>

attribute absoluteTimingElementType/@start
type nonNegativeScalarType
properties
use required
facets
Kind Value Annotation
minInclusive 0
source <xsd:attribute name="start" type="nonNegativeScalarType" use="required"/>

attribute absoluteTimingElementType/@stop
type positiveScalarType
properties
use required
facets
Kind Value Annotation
minExclusive 0
source <xsd:attribute name="stop" type="positiveScalarType" use="required"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy