Created
August 13, 2012 20:11
-
-
Save ccarse/3343783 to your computer and use it in GitHub Desktop.
Core data xml before
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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