Created
August 13, 2012 19:36
-
-
Save ccarse/3343514 to your computer and use it in GitHub Desktop.
Core Data xml
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