Showing:

Annotations
Attributes
Asserts
Diagrams
Instances
Properties
Used by
Element lds:publication
Annotations
This element groups items related to a book, manual, journal, magazine, scripture or other work that has one or more components that is offered to a consumer.
Diagram
Diagram attributes_xsd_Attribute_Group_microdata--group.tmp#microdata--group lds-meta_xsd_Element_lds_title.tmp#http___www.lds.org_schema_lds-meta_v1_title lds-meta_xsd_Element_lds_page-range.tmp#page-range
Properties
content complex
Used by
Children lds:page-range, lds:title
Instance
<lds:publication itemprop="" itemscope="" itemtype="" xmlns:lds="http://www.lds.org/schema/lds-meta/v1">
  <lds:title itemprop="" itemscope="" itemtype="" type="" uri="">{1,2}</lds:title>
  <lds:page-range>{0,1}</lds:page-range>
</lds:publication>
Attributes
QName Type Use Annotation
itemprop xs:string optional
"property-name" — adds a property to a microdata item. The name of the property can be a word or URL, and the value is the ‘content’ of the element with this attribute.
itemscope restriction of xs:string optional
Defines a group of name-value pair(s), called an item
itemtype xs:anyURI optional
defines the item’s type when used on the same element as itemscope. The itemtype value is a URL that acts as an identifying vocabulary name.
Asserts
Test XPath default namespace Annotation
count(child::lds:title[@type = 'citation']) = 1
count(child::lds:title[@type = 'navigation']) <= 1