Skip to content
Snippets Groups Projects
contents 1.67 KiB
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    
    <model name="" userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="1810" systemVersion="11G56" minimumToolsVersion="Xcode 4.3" macOSVersion="Automatic" iOSVersion="Automatic">
    
        <entity name="CISDOBIpadEntity" representedClassName="CISDOBIpadEntity" syncable="YES">
    
            <attribute name="childrenPermIds" optional="YES" transient="YES" syncable="YES"/>
            <attribute name="childrenPermIdsJson" optional="YES" attributeType="String" indexed="YES" syncable="YES"/>
    
            <attribute name="group" optional="YES" attributeType="String" indexed="YES" syncable="YES"/>
    
            <attribute name="identifier" optional="YES" attributeType="String" indexed="YES" syncable="YES"/>
    
            <attribute name="imageUrl" optional="YES" attributeType="String" syncable="YES"/>
    
            <attribute name="permId" optional="YES" attributeType="String" indexed="YES" syncable="YES"/>
    
    cramakri's avatar
    cramakri committed
            <attribute name="properties" optional="YES" transient="YES" syncable="YES"/>
    
            <attribute name="propertiesJson" optional="YES" attributeType="String" syncable="YES"/>
    
            <attribute name="refcon" optional="YES" attributeType="String" syncable="YES"/>
    
            <attribute name="summary" optional="YES" attributeType="String" syncable="YES"/>
            <attribute name="summaryHeader" optional="YES" attributeType="String" syncable="YES"/>
        </entity>
    
        <fetchRequest name="PermIdFetch" entity="CISDOBIpadEntity" predicateString="permId in PERM_ID"/>
    
        <elements>
    
            <element name="CISDOBIpadEntity" positionX="160" positionY="192" width="128" height="210"/>
    
        </elements>
    
    </model>