emma:lattice.attribs

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
emma:time-ref-anchor-point restriction of xs:NMTOKEN optional
emma:time-ref-uri xs:anyURI optional
final list of xs:nonNegativeInteger required
initial xs:nonNegativeInteger required

Used By

Complex Type emma:lattice

Source

<xs:attributeGroup name="lattice.attribs">
  <xs:attribute name="initial" type="xs:nonNegativeInteger" use="required"/>
  <xs:attribute name="final" use="required">
    <xs:simpleType>
      <xs:list itemType="xs:nonNegativeInteger"/>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute ref="emma:time-ref-uri"/>
  <xs:attribute ref="emma:time-ref-anchor-point"/>
</xs:attributeGroup>