Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type nonnullTokenWithOwnerReplaceType
Namespace http://infoml.org/infomlFile
Annotations
This type is used for non-null tokens that have a required 'owner'
attribute.
Diagram
Diagram infomlFile0.tmp#id29 infomlFile33.tmp#id166 infomlFile33.tmp#id167
Type extension of nonnullTokenType
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
owner infoRIType required
replaceOriginal xsd:boolean false optional
Source
<xsd:complexType name="nonnullTokenWithOwnerReplaceType">
  <xsd:annotation>
    <xsd:documentation>This type is used for non-null tokens that have a required 'owner'
                attribute.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="nonnullTokenType">
      <xsd:attribute name="owner" type="infoRIType" use="required"/>
      <xsd:attribute name="replaceOriginal" type="xsd:boolean" use="optional" default="false"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Attribute nonnullTokenWithOwnerReplaceType / @owner
Namespace No namespace
Type infoRIType
Properties
use: required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & ([a-zA-Z][a-zA-Z0-9\-]*(\.[a-zA-Z0-9\-]+){0,2}(_[a-zA-Z0-9\.\-]+(_[a-zA-Z0-9\.\-]+)?)?)
Used by
Source
<xsd:attribute name="owner" type="infoRIType" use="required"/>
Attribute nonnullTokenWithOwnerReplaceType / @replaceOriginal
Namespace No namespace
Type xsd:boolean
Properties
use: optional
default: false
Used by
Source
<xsd:attribute name="replaceOriginal" type="xsd:boolean" use="optional" default="false"/>