ET2014A Schema
Text Complex Type
Namespace http://meta.et4.de/ET2014A
Base Type
Extension of xs:string
Diagram
Text Complex Type
Overview
Text Extension of xs:string
author optional xs:string
source optional xs:string
Used By
text Element
Attributes
NameTypeUseDefaultFixedDescription
relSimpleTextRel Simple Typerequired   
typeSimpleMimeType Simple Typeoptional   
authorxs:stringoptional   
sourcexs:stringoptional   
Source
<xs:complexType name="Text" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="rel" type="SimpleTextRel" use="required" params:tag="2" xmlns:params="urn:params" />
      <xs:attribute name="type" type="SimpleMimeType" use="optional" params:tag="3" xmlns:params="urn:params" />
      <xs:attribute name="author" type="xs:string" use="optional" params:tag="4" xmlns:params="urn:params" />
      <xs:attribute name="source" type="xs:string" use="optional" params:tag="5" xmlns:params="urn:params" />
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
See Also
ET2014A Schema

 

 


© 2018 All Rights Reserved.

Send comments on this topic.