Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element extendedSourceType / source
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile1.tmp#id149 infomlFile1.tmp#id113 infomlFile1.tmp#id114 infomlFile1.tmp#id123 infomlFile1.tmp#id141 infomlFile1.tmp#id112
Type agentContainerLocationType
Properties
content: complex
Model agent* , container{0,1} , location{0,1} , enclosingSource{0,1}
Children agent, container, enclosingSource, location
Instance
<source category="">
  <agent customRole="" role="">{0,unbounded}</agent>
  <container category="">{0,1}</container>
  <location>{0,1}</location>
  <enclosingSource category="">{0,1}</enclosingSource>
</source>
Attributes
QName Type Fixed Default Use Annotation
category optional
Source
<xsd:element name="source" type="agentContainerLocationType"/>
Element extendedSourceType / middle
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile1.tmp#id149 infomlFile1.tmp#id113 infomlFile1.tmp#id114 infomlFile1.tmp#id123 infomlFile1.tmp#id141 infomlFile1.tmp#id112
Type agentContainerLocationType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model agent* , container{0,1} , location{0,1} , enclosingSource{0,1}
Children agent, container, enclosingSource, location
Instance
<middle category="">
  <agent customRole="" role="">{0,unbounded}</agent>
  <container category="">{0,1}</container>
  <location>{0,1}</location>
  <enclosingSource category="">{0,1}</enclosingSource>
</middle>
Attributes
QName Type Fixed Default Use Annotation
category optional
Source
<xsd:element name="middle" type="agentContainerLocationType" minOccurs="0" maxOccurs="unbounded"/>
Element extendedSourceType / foundIn
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile1.tmp#id149 infomlFile1.tmp#id113 infomlFile1.tmp#id114 infomlFile1.tmp#id123 infomlFile1.tmp#id141 infomlFile1.tmp#id112
Type agentContainerLocationType
Properties
content: complex
Model agent* , container{0,1} , location{0,1} , enclosingSource{0,1}
Children agent, container, enclosingSource, location
Instance
<foundIn category="">
  <agent customRole="" role="">{0,unbounded}</agent>
  <container category="">{0,1}</container>
  <location>{0,1}</location>
  <enclosingSource category="">{0,1}</enclosingSource>
</foundIn>
Attributes
QName Type Fixed Default Use Annotation
category optional
Source
<xsd:element name="foundIn" type="agentContainerLocationType"/>
Complex Type extendedSourceType
Namespace http://infoml.org/infomlFile
Annotations
Used to handle situations where content associated with more than one
container (e.g., a quotation is found in book A but is attributed to book B). The
source element is the container where the content is actually found; the original
element is the true source of the content. In rare cases, a middle element be
necessary to describe an intermediate container.
Diagram
Diagram infomlFile32.tmp#id152 infomlFile32.tmp#id153 infomlFile32.tmp#id154
Used by
Model source , middle* , foundIn
Children foundIn, middle, source
Source
<xsd:complexType name="extendedSourceType">
  <xsd:annotation>
    <xsd:documentation>Used to handle situations where content associated with more than one
                container (e.g., a quotation is found in book A but is attributed to book B). The
                source element is the container where the content is actually found; the original
                element is the true source of the content. In rare cases, a middle element be
                necessary to describe an intermediate container.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="source" type="agentContainerLocationType"/>
    <xsd:element name="middle" type="agentContainerLocationType" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="foundIn" type="agentContainerLocationType"/>
  </xsd:sequence>
</xsd:complexType>