mpeg7:Telephone

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
type restriction of string optional

Source

<element name="Telephone" minOccurs="0" maxOccurs="unbounded">
  <complexType>
    <simpleContent>
      <extension base="string">
        <attribute name="type" use="optional">
          <simpleType>
            <restriction base="string">
              <enumeration value="central"/>
              <enumeration value="secondary"/>
            </restriction>
          </simpleType>
        </attribute>
      </extension>
    </simpleContent>
  </complexType>
</element>

Sample