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


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