Element Group workProperties
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Group</type>
<name>workProperties</name>
<comment>The group workProperties lists the properties that are characteristics of the FRBR Work level.</comment>
Diagram
Diagram akomantoso30_xsd_Element_FRBRcountry.tmp#FRBRcountry akomantoso30_xsd_Element_FRBRsubtype.tmp#FRBRsubtype akomantoso30_xsd_Element_FRBRnumber.tmp#FRBRnumber akomantoso30_xsd_Element_FRBRname.tmp#FRBRname akomantoso30_xsd_Element_FRBRprescriptive.tmp#FRBRprescriptive akomantoso30_xsd_Element_FRBRauthoritative.tmp#FRBRauthoritative
Used by
Element FRBRWork
Model FRBRcountry , FRBRsubtype{0,1} , FRBRnumber* , FRBRname* , FRBRprescriptive{0,1} , FRBRauthoritative{0,1}
Children FRBRauthoritative, FRBRcountry, FRBRname, FRBRnumber, FRBRprescriptive, FRBRsubtype
Source
<xsd:group name="workProperties">
  <xsd:annotation>
    <xsd:documentation>
      <type>Group</type>
      <name>workProperties</name>
      <comment>The group workProperties lists the properties that are characteristics of the FRBR Work level.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="FRBRcountry"/>
    <xsd:element ref="FRBRsubtype" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="FRBRnumber" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="FRBRname" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="FRBRprescriptive" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="FRBRauthoritative" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
</xsd:group>