Complex Type coreProperties
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Complex</type>
<name>coreProperties</name>
<comment>The complexType coreProperties lists the identifying properties available at any of the FRBR hierarchy levels.</comment>
Diagram
Diagram akomantoso30_xsd_Element_FRBRthis.tmp#FRBRthis akomantoso30_xsd_Element_FRBRuri.tmp#FRBRuri akomantoso30_xsd_Element_FRBRalias.tmp#FRBRalias akomantoso30_xsd_Element_FRBRdate.tmp#FRBRdate akomantoso30_xsd_Element_FRBRauthor.tmp#FRBRauthor akomantoso30_xsd_Element_componentInfo.tmp#componentInfo akomantoso30_xsd_Element_preservation.tmp#preservation
Used by
Model FRBRthis , FRBRuri+ , FRBRalias* , FRBRdate+ , FRBRauthor+ , componentInfo{0,1} , preservation{0,1}
Children FRBRalias, FRBRauthor, FRBRdate, FRBRthis, FRBRuri, componentInfo, preservation
Source
<xsd:complexType name="coreProperties">
  <xsd:annotation>
    <xsd:documentation>
      <type>Complex</type>
      <name>coreProperties</name>
      <comment>The complexType coreProperties lists the identifying properties available at any of the FRBR hierarchy levels.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="FRBRthis"/>
    <xsd:element ref="FRBRuri" minOccurs="1" maxOccurs="unbounded"/>
    <xsd:element ref="FRBRalias" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="FRBRdate" minOccurs="1" maxOccurs="unbounded"/>
    <xsd:element ref="FRBRauthor" minOccurs="1" maxOccurs="unbounded"/>
    <xsd:element ref="componentInfo" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="preservation" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
</xsd:complexType>