jsml

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
lang optional
mark optional
xml:space restriction of xs:NCName preserve optional

Source

<xs:element name="jsml">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="div"/>
      <xs:element ref="voice"/>
      <xs:element ref="sayas"/>
      <xs:element ref="phoneme"/>
      <xs:element ref="emphasis"/>
      <xs:element ref="break"/>
      <xs:element ref="prosody"/>
      <xs:element ref="marker"/>
      <xs:element ref="engine"/>
    </xs:choice>
    <xs:attribute name="lang"/>
    <xs:attribute name="mark"/>
    <xs:attribute ref="xml:space" default="preserve"/>
  </xs:complexType>
</xs:element>

Sample