simpleType syncBehaviorType
namespace http://www.w3.org/2001/SMIL20/
type restriction of xs:string
used by
attribute syncBehaviorAttrs/@syncBehavior
facets
Kind Value annotation 
enumeration canSlip 
enumeration locked 
enumeration independent 
enumeration default 
source <xs:simpleType name="syncBehaviorType">
 
<xs:restriction base="string">
   
<xs:enumeration value="canSlip"/>
   
<xs:enumeration value="locked"/>
   
<xs:enumeration value="independent"/>
   
<xs:enumeration value="default"/>
 
</xs:restriction>
</xs:simpleType>


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