time

Attribute Information

Used By

Element phone

Source

<xs:attribute name="time" default="nopreference">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="day"/>
      <xs:enumeration value="evening"/>
      <xs:enumeration value="morning"/>
      <xs:enumeration value="afternoon"/>
      <xs:enumeration value="nopreference"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample