Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type nonnullTokenWithOwnerType
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 infomlFile4.tmp#id163
Type extension of nonnullTokenType
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
owner infoRIType required
Source
<xsd:complexType name="nonnullTokenWithOwnerType">
  <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:extension>
  </xsd:simpleContent>
</xsd:complexType>
Attribute nonnullTokenWithOwnerType / @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"/>