Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element propertiesType / dvprTitle
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile9.tmp#id8 infomlFile9.tmp#id32 infomlFile9.tmp#id33 infomlFile9.tmp#id34 infomlFile9.tmp#id35 infomlFile9.tmp#id7 infomlFile16.tmp#id179 infomlFile16.tmp#id180 infomlFile16.tmp#id178
Type simpleRichTextWithOwnerReplaceType
Type hierarchy
Properties
content: complex
minOccurs: 0
mixed: true
Model em | strong | code | a | pre
Children a, code, em, pre, strong
Instance
<dvprTitle owner="" replaceOriginal="false">
  <em>{1,1}</em>
  <strong>{1,1}</strong>
  <code>{1,1}</code>
  <a href="">{1,1}</a>
  <pre>{1,1}</pre>
</dvprTitle>
Attributes
QName Type Fixed Default Use Annotation
owner infoRIType required
replaceOriginal xsd:boolean false optional
Source
<xsd:element name="dvprTitle" type="simpleRichTextWithOwnerReplaceType" minOccurs="0"/>
Element propertiesType / userTitle
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile9.tmp#id8 infomlFile9.tmp#id32 infomlFile9.tmp#id33 infomlFile9.tmp#id34 infomlFile9.tmp#id35 infomlFile9.tmp#id7 infomlFile16.tmp#id179 infomlFile16.tmp#id180 infomlFile16.tmp#id178
Type simpleRichTextWithOwnerReplaceType
Type hierarchy
Properties
content: complex
minOccurs: 0
mixed: true
Model em | strong | code | a | pre
Children a, code, em, pre, strong
Instance
<userTitle owner="" replaceOriginal="false">
  <em>{1,1}</em>
  <strong>{1,1}</strong>
  <code>{1,1}</code>
  <a href="">{1,1}</a>
  <pre>{1,1}</pre>
</userTitle>
Attributes
QName Type Fixed Default Use Annotation
owner infoRIType required
replaceOriginal xsd:boolean false optional
Source
<xsd:element name="userTitle" type="simpleRichTextWithOwnerReplaceType" minOccurs="0"/>
Element propertiesType / cardAuthor
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
Model ((prefix* , first{0,1} , middle* , surname , suffix*) | (corporateName , corporateSuffix*)) , contactInfo*
Children contactInfo, corporateName, corporateSuffix, first, middle, prefix, suffix, surname
Instance
<cardAuthor 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>
</cardAuthor>
Attributes
QName Type Fixed Default Use Annotation
customRole nonnullTokenType optional
role agentRoleType optional
Source
<xsd:element name="cardAuthor" type="agentType" minOccurs="0"/>
Element propertiesType / dateCreated
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile40.tmp#id119
Type dateType
Properties
content: simple
minOccurs: 0
Source
<xsd:element name="dateCreated" type="dateType" minOccurs="0"/>
Element propertiesType / dateModified
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile40.tmp#id119
Type dateType
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xsd:element name="dateModified" type="dateType" minOccurs="0" maxOccurs="unbounded"/>
Complex Type propertiesType
Namespace http://infoml.org/infomlFile
Annotations
Contains various key-value pairs that are associated with the current
infocard.
Diagram
Diagram infomlFile36.tmp#id177 infomlFile36.tmp#id181 infomlFile36.tmp#id182 infomlFile36.tmp#id183 infomlFile36.tmp#id184
Used by
Model dvprTitle{0,1} , userTitle{0,1} , cardAuthor{0,1} , dateCreated{0,1} , dateModified*
Children cardAuthor, dateCreated, dateModified, dvprTitle, userTitle
Source
<xsd:complexType name="propertiesType">
  <xsd:annotation>
    <xsd:documentation>Contains various key-value pairs that are associated with the current
                infocard.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="dvprTitle" type="simpleRichTextWithOwnerReplaceType" minOccurs="0"/>
    <xsd:element name="userTitle" type="simpleRichTextWithOwnerReplaceType" minOccurs="0"/>
    <xsd:element name="cardAuthor" type="agentType" minOccurs="0"/>
    <xsd:element name="dateCreated" type="dateType" minOccurs="0"/>
    <xsd:element name="dateModified" type="dateType" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>