maindateType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
calendar xs:string optional
ea xs:NMTOKEN optional
id xs:NMTOKEN optional
normal xs:string optional

Used By

Source

<xs:complexType name="maindateType" mixed="true">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="emph" type="emphType" minOccurs="0" maxOccurs="0"/>
    <xs:element ref="lb" minOccurs="0" maxOccurs="0"/>
    <xs:element name="abbr" type="abbrType" minOccurs="0" maxOccurs="0"/>
    <xs:element name="expan" type="expanType" minOccurs="0" maxOccurs="0"/>
  </xs:choice>
  <xs:attribute name="id" type="xs:NMTOKEN"/>
  <xs:attribute name="ea" type="xs:NMTOKEN"/>
  <xs:attribute name="calendar" type="xs:string"/>
  <xs:attribute name="normal" type="xs:string"/>
</xs:complexType>