<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="12141" systemVersion="16E195" minimumToolsVersion="Automatic" sourceLanguage="Objective-C" userDefinedModelVersionIdentifier=""> <entity name="KWMShopCartItem" representedClassName="KWMShopCartItem" syncable="YES"> <attribute name="brand" optional="YES" attributeType="String" syncable="YES"/> <attribute name="identifier" optional="YES" attributeType="String" syncable="YES"/> <attribute name="imageStr" optional="YES" attributeType="String" syncable="YES"/> <attribute name="name" optional="YES" attributeType="String" syncable="YES"/> <attribute name="price" optional="YES" attributeType="Float" defaultValueString="0.0" usesScalarValueType="YES" syncable="YES"/> <attribute name="product_id" optional="YES" attributeType="String" syncable="YES"/> <attribute name="quantity" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/> <attribute name="shopCartDict" optional="YES" attributeType="Transformable" syncable="YES"/> <attribute name="size" optional="YES" attributeType="String" syncable="YES"/> </entity> <elements> <element name="KWMShopCartItem" positionX="-63" positionY="-18" width="128" height="180"/> </elements> </model>