Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type womltxtfct:TextContentWithOriginType
Namespace http://xml.fmi.fi/namespace/woml/textfct/2012/11/15
Diagram
Diagram index633.tmp#id227 index103.tmp#id199 index634.tmp#id226 index635.tmp#id308
Type extension of womlcore:longLocalizedStringType
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
origin restriction of string manual optional
xml:lang xs:language required
In due course, we should install the relevant ISO 2- and 3-letter
codes as the enumerated possible values . . .
Source
<complexType name="TextContentWithOriginType">
  <simpleContent>
    <extension base="womlcore:longLocalizedStringType">
      <attribute name="origin" default="manual">
        <simpleType>
          <restriction base="string">
            <enumeration value="machine-generated">
              <annotation>
                <documentation>The text value given is generated automatically using a computer program</documentation>
              </annotation>
            </enumeration>
            <enumeration value="manual">
              <annotation>
                <documentation>The text value has been manually written or edited by a human editor</documentation>
              </annotation>
            </enumeration>
          </restriction>
        </simpleType>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Schema location file:/Users/ilkkarinne/projects/woml-textfct-2012-11-15-schema/src/main/resources/woml/textfct/2012/11/15/woml-textfct.xsd
Attribute womltxtfct:TextContentWithOriginType / @origin
Namespace No namespace
Type restriction of string
Properties
default: manual
Facets
enumeration machine-generated
The text value given is generated automatically using a computer program
enumeration manual
The text value has been manually written or edited by a human editor
Used by
Source
<attribute name="origin" default="manual">
  <simpleType>
    <restriction base="string">
      <enumeration value="machine-generated">
        <annotation>
          <documentation>The text value given is generated automatically using a computer program</documentation>
        </annotation>
      </enumeration>
      <enumeration value="manual">
        <annotation>
          <documentation>The text value has been manually written or edited by a human editor</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
</attribute>
Schema location file:/Users/ilkkarinne/projects/woml-textfct-2012-11-15-schema/src/main/resources/woml/textfct/2012/11/15/woml-textfct.xsd