Schema Name: ttaf1-dfxp-timing-attribs.xsd
Target Namespace: http://www.w3.org/2006/10/ttaf1
Collapse XSD Schema Code:
<xs:schema targetNamespace="http://www.w3.org/2006/10/ttaf1" xml:lang="en"
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns:ttd="http://www.w3.org/2006/10/ttaf1#datatype"
  xmlns:tt="http://www.w3.org/2006/10/ttaf1">
  <xs:import namespace="http://www.w3.org/2006/10/ttaf1#datatype"
    schemaLocation="ttaf1-dfxp-datatypes.xsd"/>
  <xs:attributeGroup name="TimingInterval.attrib.class">
    <xs:attribute name="begin" type="ttd:timeCoordinate"/>
    <xs:attribute name="dur" type="ttd:timeDuration"/>
    <xs:attribute name="end" type="ttd:timeCoordinate"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="TimingContainer.attrib.class">
    <xs:attribute name="timeContainer" type="ttd:timeContainer"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="Timed.attrib.class">
    <xs:attributeGroup ref="tt:TimingInterval.attrib.class"/>
  </xs:attributeGroup>
  <xs:attributeGroup name="TimedContainer.attrib.class">
    <xs:attributeGroup ref="tt:Timed.attrib.class"/>
    <xs:attributeGroup ref="tt:TimingContainer.attrib.class"/>
  </xs:attributeGroup>
</xs:schema>
Collapse AttributeGroups: