emma:lattice

Complex Type Information

Model

Children: emma:arc, emma:node

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

Element emma:lattice

Source

<xs:complexType name="lattice">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element ref="emma:arc"/>
    <xs:element ref="emma:node"/>
  </xs:choice>
  <xs:attributeGroup ref="emma:lattice.attribs"/>
</xs:complexType>