Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type anyWithOwnerType
Namespace http://infoml.org/infomlFile
Annotations
type used when a third-party developer
wants to insert custom XML
Diagram
Diagram infomlFile20.tmp#id194
Used by
Model ANY element from ANY namespace
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace
owner infoRIType required
Source
<xsd:complexType name="anyWithOwnerType">
  <xsd:annotation>
    <xsd:documentation>type used when a third-party developer
            wants to insert custom XML</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="xsd:anyType">
      <xsd:attribute name="owner" type="infoRIType" use="required"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Attribute anyWithOwnerType / @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
Complex Type anyWithOwnerType
Source
<xsd:attribute name="owner" type="infoRIType" use="required"/>