separatedmaterial

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
altrender xs:token optional
audience restriction of xs:token optional
encodinganalog xs:token optional
id xs:ID optional
lang xs:NMTOKEN optional
localtype xs:token optional
script xs:NMTOKEN optional

Used By

Source

<xs:complexType name="separatedmaterial">
  <xs:sequence>
    <xs:element name="head" type="head" minOccurs="0"/>
    <xs:choice maxOccurs="unbounded">
      <xs:group ref="m.blocks"/>
      <xs:element name="separatedmaterial" type="separatedmaterial"/>
      <xs:element name="archref" type="archref"/>
      <xs:element name="bibref" type="bibref"/>
    </xs:choice>
  </xs:sequence>
  <xs:attributeGroup ref="am.common"/>
  <xs:attribute name="localtype" type="xs:token"/>
  <xs:attribute name="encodinganalog" type="xs:token"/>
</xs:complexType>