Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element enclosingSourceType / agent
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile10.tmp#id73 infomlFile10.tmp#id75 infomlFile10.tmp#id50 infomlFile10.tmp#id51 infomlFile10.tmp#id54 infomlFile10.tmp#id55 infomlFile10.tmp#id56 infomlFile10.tmp#id57 infomlFile10.tmp#id58 infomlFile10.tmp#id61 infomlFile10.tmp#id49
Type agentType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model ((prefix* , first{0,1} , middle* , surname , suffix*) | (corporateName , corporateSuffix*)) , contactInfo*
Children contactInfo, corporateName, corporateSuffix, first, middle, prefix, suffix, surname
Instance
<agent customRole="" role="">
  <prefix>{0,unbounded}</prefix>
  <first preSeparator="">{0,1}</first>
  <middle preSeparator="">{0,unbounded}</middle>
  <surname preSeparator="">{1,1}</surname>
  <suffix preSeparator="">{0,unbounded}</suffix>
  <contactInfo>{0,unbounded}</contactInfo>
</agent>
Attributes
QName Type Fixed Default Use Annotation
customRole nonnullTokenType optional
role agentRoleType optional
Source
<xsd:element name="agent" type="agentType" minOccurs="0" maxOccurs="unbounded"/>
Element enclosingSourceType / container
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile28.tmp#id122 infomlFile28.tmp#id116 infomlFile28.tmp#id117 infomlFile28.tmp#id121 infomlFile28.tmp#id115
Type containerType
Properties
content: complex
minOccurs: 0
Model containerNamePart+ , date* , nameAppendedText{0,1}
Children containerNamePart, date, nameAppendedText
Instance
<container category="">
  <containerNamePart preSeparator="">{1,unbounded}</containerNamePart>
  <date role="">{0,unbounded}</date>
  <nameAppendedText preSeparator="">{0,1}</nameAppendedText>
</container>
Attributes
QName Type Fixed Default Use Annotation
category optional
Source
<xsd:element name="container" type="containerType" minOccurs="0"/>
Element enclosingSourceType / location
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile46.tmp#id125 infomlFile46.tmp#id130 infomlFile46.tmp#id134 infomlFile46.tmp#id140 infomlFile46.tmp#id124
Type locationType
Properties
content: complex
minOccurs: 0
Model (range | point | complexRange | complexPoint)
Children complexPoint, complexRange, point, range
Instance
<location>
  <range begin="" end="" unit="">{1,1}</range>
  <point unit="" value="">{1,1}</point>
  <complexRange>{1,1}</complexRange>
  <complexPoint>{1,1}</complexPoint>
</location>
Source
<xsd:element name="location" type="locationType" minOccurs="0"/>
Element enclosingSourceType / complexLocation
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile12.tmp#id138 infomlFile12.tmp#id137
Type complexPointType
Properties
content: complex
Model axis+
Children axis
Instance
<complexLocation>
  <axis unit="" value="">{1,unbounded}</axis>
</complexLocation>
Source
<xsd:element name="complexLocation" type="complexPointType"/>
Element enclosingSourceType / enclosingSource
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile8.tmp#id148 infomlFile8.tmp#id143 infomlFile8.tmp#id144 infomlFile8.tmp#id145 infomlFile8.tmp#id146 infomlFile8.tmp#id147 infomlFile8.tmp#id142
Type enclosingSourceType
Properties
content: complex
minOccurs: 0
Model agent* , container{0,1} , (location{0,1} | complexLocation) , enclosingSource{0,1}
Children agent, complexLocation, container, enclosingSource, location
Instance
<enclosingSource category="">
  <agent customRole="" role="">{0,unbounded}</agent>
  <container category="">{0,1}</container>
  <enclosingSource category="">{0,1}</enclosingSource>
</enclosingSource>
Attributes
QName Type Fixed Default Use Annotation
category optional
Source
<xsd:element name="enclosingSource" type="enclosingSourceType" minOccurs="0"/>
Complex Type enclosingSourceType
Namespace http://infoml.org/infomlFile
Annotations
Describes an enclosing container (e.g., a journal defined by volumes
and issues)
Diagram
Diagram infomlFile8.tmp#id148 infomlFile8.tmp#id143 infomlFile8.tmp#id144 infomlFile8.tmp#id145 infomlFile8.tmp#id146 infomlFile8.tmp#id147
Used by
Model agent* , container{0,1} , (location{0,1} | complexLocation) , enclosingSource{0,1}
Children agent, complexLocation, container, enclosingSource, location
Attributes
QName Type Fixed Default Use Annotation
category optional
Source
<xsd:complexType name="enclosingSourceType">
  <xsd:annotation>
    <xsd:documentation>Describes an enclosing container (e.g., a journal defined by volumes
                and issues)</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="agent" type="agentType" minOccurs="0" maxOccurs="unbounded"/>
    <!-- NOTE: The location is contained within the container element. -->
    <xsd:element name="container" type="containerType" minOccurs="0"/>
    <xsd:choice minOccurs="0">
      <xsd:element name="location" type="locationType" minOccurs="0"/>
      <xsd:element name="complexLocation" type="complexPointType"/>
    </xsd:choice>
    <!-- enclosingSources can be nested multiple levels (although two or more levels of nesting is uncommon). -->
    <xsd:element name="enclosingSource" type="enclosingSourceType" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="category" use="optional"/>
</xsd:complexType>
Attribute enclosingSourceType / @category
Namespace No namespace
Properties
use: optional
Used by
Complex Type enclosingSourceType
Source
<xsd:attribute name="category" use="optional"/>