Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyml
titleObject type definition
linenumberstrue
<typeDocumentDefinition>
    <id>imported3</id>
    <baseId>system:document</baseId>
    <propertyReference required="false">name<>editor</propertyReference>
    <contentStreamAllowed>allowed</contentStreamAllowed>
    <secondaryObjectTypeId static="false">invoice<>noeditor</secondaryObjectTypeId>
    <secondaryObjectTypeId static="false">deliverySlip<>witheditor</secondaryObjectTypeId>
</typeDocumentDefinition>

...

Code Block
languageyml
titleDifferent secondary object type definitions
linenumberstrue
<typeSecondaryDefinition>
    <id>invoice<<id>noeditor</id>
    <baseId>system:secondary</baseId>
    <propertyReference required="false">name<>editor</propertyReference>
</typeSecondaryDefinition>
 
<typeSecondaryDefinition>
    <id>deliverySlip<<id>witheditor</id>
    <baseId>system:secondary</baseId>
    <propertyReference>name<<propertyReference>editor</propertyReference>
</typeSecondaryDefinition>

...