Skip to content

Instantly share code, notes, and snippets.

@ccarse
Created August 13, 2012 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccarse/3343783 to your computer and use it in GitHub Desktop.
Save ccarse/3343783 to your computer and use it in GitHub Desktop.
Core data xml before
<entity name="MillHierarchy" representedClassName="MillHierarchy" syncable="YES">
<attribute name="BaseObjectID" attributeType="String" syncable="YES"/>
<attribute name="Description" optional="YES" attributeType="String" syncable="YES"/>
<attribute name="HierarchyTypeID" attributeType="String" syncable="YES"/>
<attribute name="IsActive" attributeType="Boolean" syncable="YES"/>
<attribute name="MillHierarchyID" attributeType="String" syncable="YES"/>
<attribute name="MillID" attributeType="String" syncable="YES"/>
<attribute name="Name" attributeType="String" syncable="YES"/>
<attribute name="ParentMillHierarchyID" optional="YES" attributeType="String" syncable="YES"/>
</entity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment