Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element poemType / title
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile24.tmp#id47 infomlFile24.tmp#id46
Type multipleLinesType
Properties
content: complex
minOccurs: 0
Model line+
Children line
Instance
<title>
  <line>{1,unbounded}</line>
</title>
Source
<xsd:element name="title" type="multipleLinesType" minOccurs="0"/>
Element poemType / author
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
maxOccurs: unbounded
Model ((prefix* , first{0,1} , middle* , surname , suffix*) | (corporateName , corporateSuffix*)) , contactInfo*
Children contactInfo, corporateName, corporateSuffix, first, middle, prefix, suffix, surname
Instance
<author 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>
</author>
Attributes
QName Type Fixed Default Use Annotation
customRole nonnullTokenType optional
role agentRoleType optional
Source
<xsd:element name="author" type="agentType" maxOccurs="unbounded"/>
Element poemType / stanza
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile24.tmp#id47 infomlFile24.tmp#id46
Type multipleLinesType
Properties
content: complex
maxOccurs: unbounded
Model line+
Children line
Instance
<stanza>
  <line>{1,unbounded}</line>
</stanza>
Source
<xsd:element name="stanza" type="multipleLinesType" maxOccurs="unbounded"/>
Complex Type poemType
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile3.tmp#id45 infomlFile3.tmp#id48 infomlFile3.tmp#id76
Used by
Model title{0,1} , author+ , stanza+
Children author, stanza, title
Source
<xsd:complexType name="poemType">
  <xsd:sequence>
    <xsd:element name="title" type="multipleLinesType" minOccurs="0"/>
    <xsd:element name="author" type="agentType" maxOccurs="unbounded"/>
    <xsd:element name="stanza" type="multipleLinesType" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>