An emma:lattice.attribs attribute group contains information about an emma:lattice element.
Element Definition
XML | Copy Code |
---|---|
<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> |