element <video> (global)
Namespace:
Type:
anonymous complexType
Content:
empty, 14 attributes
Defined:
globally in pretext.xsd; see XML source
Includes:
definitions of 14 attributes
Used:
XML Representation Summary
<video
   
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:integer
 = 
xs:integer
 = 
("embed" | "popout" | "select")
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
/>
Included in content model of elements (72):
colophon (defined in ColophonBack group),
conclusion (defined in ConclusionDivision group),
conclusion (defined in ConclusionStatement group),
conclusion (defined in ConclusionText group),
hint (defined in Hint group),
introduction (defined in IntroductionText group),
li (in dl),
li (in ol defined in ExerciseBody group),
li (in ol defined in List group),
li (in ul),
paragraphs (defined in Paragraphs group),
paragraphs (defined in ParagraphsNoNumber group),
sidebyside (defined in SideBySide group),
sidebyside (defined in SideBySideNoCaption group),
solution (defined in Solution group),
statement (defined in Statement group),
task (defined in Task group),
Known Usage Locations
XML Source (see within schema source)
<xs:element name="video">
<xs:complexType>
<xs:attribute ref="xml:id"/>
<xs:attribute name="permid"/>
<xs:attribute name="width"/>
<xs:attribute name="margins"/>
<xs:attribute name="aspect"/>
<xs:attribute name="start" type="xs:integer"/>
<xs:attribute name="end" type="xs:integer"/>
<xs:attribute name="play-at">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="embed"/>
<xs:enumeration value="popout"/>
<xs:enumeration value="select"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="preview"/>
<xs:attribute name="source"/>
<xs:attribute name="href"/>
<xs:attribute name="youtube"/>
<xs:attribute name="youtubeplaylist"/>
<xs:attribute name="vimeo"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 14/14)
aspect
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="aspect"/>

end
Type:
xs:integer, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="end" type="xs:integer"/>

href
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="href"/>

margins
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="margins"/>

permid
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="permid"/>

play-at
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"embed", "popout", "select"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"embed", "popout", "select"
XML Source (see within schema source)
<xs:attribute name="play-at">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="embed"/>
<xs:enumeration value="popout"/>
<xs:enumeration value="select"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

preview
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="preview"/>

source
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="source"/>

start
Type:
xs:integer, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="start" type="xs:integer"/>

vimeo
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="vimeo"/>

width
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="width"/>

xml:id
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute ref="xml:id"/>

youtube
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="youtube"/>

youtubeplaylist
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="youtubeplaylist"/>

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set