AML/AVL 엔트리 로드
DTD 파일에서 발췌한 다음 내용은 AML 및 AVL의 엔트리(AXLEntry 요소)를 설명합니다.
<!ELEMENT AXLEntry (ObjectID,OEMPartAXLInfo,AXLContextRef,
(ManufacturerPartAXLInfo|VendorPartAXLInfo|(ManufacturerPartAXLInfo,
VendorPartAXLInfo)))>
<!ELEMENT OEMPartAXLInfo (WTPartRef)>
<!ELEMENT AXLContextRef (ObjectID,( name | isDefault ),objectContainerPath)>
<!ELEMENT ManufacturerPartAXLInfo (WTPartMasterRef, AXLPreferenceValue)>
<!ELEMENT VendorPartAXLInfo (WTPartMasterRef, AXLPreferenceValue)>
<!ELEMENT WTPartMasterRef (ObjectID,className,number,organizationId?,
objectContainerPath)>
<!ELEMENT AXLPreferenceValue (#PCDATA)>
도움이 되셨나요?