Skip to content
Snippets Groups Projects
contents 2.01 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="1811" systemVersion="11G56" minimumToolsVersion="Xcode 4.3" macOSVersion="Automatic" iOSVersion="Automatic">
    
        <entity name="CISDOBIpadEntity" representedClassName="CISDOBIpadEntity" syncable="YES">
    
            <attribute name="category" optional="YES" attributeType="String" indexed="YES" syncable="YES"/>
    
            <attribute name="childrenPermIds" optional="YES" transient="YES" syncable="YES"/>
            <attribute name="childrenPermIdsJson" 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" transient="YES" syncable="YES"/>
            <attribute name="refconJson" optional="YES" attributeType="String" syncable="YES"/>
    
            <attribute name="rootLevel" optional="YES" attributeType="Boolean" syncable="YES"/>
    
            <attribute name="summary" optional="YES" attributeType="String" syncable="YES"/>
            <attribute name="summaryHeader" optional="YES" attributeType="String" syncable="YES"/>
        </entity>
    
        <fetchRequest name="EntitiesByPermIds" entity="CISDOBIpadEntity" predicateString="permId IN $PERM_IDS" fetchBatchSize="20"/>
    
        <fetchRequest name="EntityAndChildren" entity="CISDOBIpadEntity" predicateString="SELF == $ENTITY OR permId IN $CHILDREN" fetchBatchSize="20"/>
    
        <elements>
    
            <element name="CISDOBIpadEntity" positionX="0" positionY="0" width="128" height="240"/>
    
        </elements>
    
    </model>