Skip to content

Commit

Permalink
nt:address is a built-in type in JCR 2, refs midgardproject#62
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Nov 18, 2011
1 parent 30e1ff3 commit ae8aeca
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions data/share/schema/phpcr_schemas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,4 +339,28 @@
</user_values>
</type>

<!-- nt:address -->
<type name="nt_address" table="phpcr_nt_address" metadata="false" extends="nt_base">
<property name="id" type="unsigned integer" primaryfield="id">
<description>Local non-replication-safe database identifier</description>
</property>
<property name="protocol" type="string" />
<property name="host" type="string" />
<property name="port" type="string" />

<!-- Node and NodeType definitions -->
<user_values>
<Supertypes>nt:address</Supertypes>
<isMixin>false</isMixin>
<PrimaryItemName></PrimaryItemName>
<RequiredPrimaryTypes></RequiredPrimaryTypes>
<DefaultPrimaryType></DefaultPrimaryType>
<isAutoCreated>false</isAutoCreated>
<isMandatory>false</isMandatory>
<OnParentVersion>VERSION</OnParentVersion>
<isProtected>false</isProtected>
<SameNameSiblings>false</SameNameSiblings>
</user_values>
</type>

</Schema>

0 comments on commit ae8aeca

Please sign in to comment.