element <entry-property> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 5 attributes
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<entry-property
   
 = 
("content" | "summary" | "id" | "title" | "draft" | "updated" | "published" | "edited" | "author" | "contributor" | "link" | "category" | "rights")
 = 
("attachment" | "attachments" | "attachments-list" | "bean" | "endpoint" | "exception-type" | "function" | "groovy" | "header" | "headers" | "headers-list" | "json" | "json-node" | "jxpath" | "map-payload" | "message" | "mule" | "ognl" | "payload" | "process" | "regex" | "string" | "variable" | "xpath" | "xpath2" | "xpath-node" | "custom")
 = 
xsd:string
 = 
(xsd:string | xsd:NMTOKEN)
 = 
(xsd:string | xsd:boolean)
/>
Included in content model of elements (1):
entry-builder-transformer
XML Source (w/o annotations (2); see within schema source)
<xsd:element name="entry-property">
<xsd:complexType>
<xsd:attribute name="name" use="required">
<xsd:simpleType>
<xsd:restriction base="mule:substitutableName">
<xsd:enumeration value="content"/>
<xsd:enumeration value="summary"/>
<xsd:enumeration value="id"/>
<xsd:enumeration value="title"/>
<xsd:enumeration value="draft"/>
<xsd:enumeration value="updated"/>
<xsd:enumeration value="published"/>
<xsd:enumeration value="edited"/>
<xsd:enumeration value="author"/>
<xsd:enumeration value="contributor"/>
<xsd:enumeration value="link"/>
<xsd:enumeration value="category"/>
<xsd:enumeration value="rights"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attributeGroup ref="mule:expressionAttributes"/>
<xsd:attribute name="optional" type="mule:substitutableBoolean" use="optional"/>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined within this component only; 2/5)
name
Type:
anonymous simpleType (restriction of mule:substitutableName)
Use:
required
The name of the atom property
Attribute Value
enumeration of (xsd:string | xsd:NMTOKEN)
Enumeration:
"content", "summary", "id", "title", "draft", "updated", "published", "edited", "author", "contributor", "link", "category", "rights"
Anonymous simpleType
Type Derivation Tree
union of (restriction of mule:propertyPlaceholderType | restriction of xsd:NMTOKEN)
  mule:substitutableName (restriction)
      simpleType
Derivation:
restriction of mule:substitutableName
Facets:
enumeration:
"content", "summary", "id", "title", "draft", "updated", "published", "edited", "author", "contributor", "link", "category", "rights"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="name" use="required">
<xsd:simpleType>
<xsd:restriction base="mule:substitutableName">
<xsd:enumeration value="content"/>
<xsd:enumeration value="summary"/>
<xsd:enumeration value="id"/>
<xsd:enumeration value="title"/>
<xsd:enumeration value="draft"/>
<xsd:enumeration value="updated"/>
<xsd:enumeration value="published"/>
<xsd:enumeration value="edited"/>
<xsd:enumeration value="author"/>
<xsd:enumeration value="contributor"/>
<xsd:enumeration value="link"/>
<xsd:enumeration value="category"/>
<xsd:enumeration value="rights"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

optional
Type:
Use:
optional
An optional expression means that if the expression evaluates to null, it will continue to the next expression without error.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="optional" type="mule:substitutableBoolean" use="optional"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.