业务字段字符串映射
业务字段字符串映射表
WNC
BOM
属性名称
STRINGVALUE.definition 作为 PropertyDefinition
PROPERTYDEFINITION.id 为 IdentifierSelect
IDENTIFIER.id 作为 IdentifierString
属性值
STRINGVALUE.valueComponent 作为 CharacterString
属性与其 WTObject 的关联。
StringValue.definition = propDefn
propDefn.id = ident
propDefn.propertyType = ‘user defined attribute’
ident.id =’’
StringValue.valueComponent = ‘’
PropertyValueAssignment.assignedTo = PropertyAssignmentSelect
Classification.class=‘part properties’‘document properties’‘validation properties’
PropertyValueAssignment.classifiedAs =[Classification]
PropertyValueAssignment.assignedPropertyValues[] = StringValue
Part 21 表示
#8= ORGANIZATION(IDENTIFIERSTRING('/NULL'),#9,$,$,$);
#9= LOCALIZEDSTRING($,'Demo Organization');
#95= VIEWCONTEXT(CHARACTERSTRING('part definition'),PROXYSTRING(
'mechanical design'),PROXYSTRING('design'));
#133= PARTVIEW($,$,$,$,$,#95,$);
#136= PROPERTYVALUEASSIGNMENT($,$,$,$,(#98),#133,$);
#96= IDENTIFIER('sValue',$,CLASSSTRING('identification information'),#8);
#97= PROPERTYDEFINITION(#96,$,$,$,CLASSSTRING('user defined attribute'),$);
#98= STRINGVALUE($,$,#97,$,$,CHARACTERSTRING('test String'));
这对您有帮助吗?