다음을 통해 공유


DataType 복합 형식

데이터 항목을 정의합니다.

<xs:complexType name="DataType">
    <xs:simpleContent>
        <xs:extension
            base="string"
        >
            <xs:attribute name="Name"
                type="string"
                use="optional"
             />
            <xs:attribute name="Type"
                type="QName"
                use="optional"
             />
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>

특성

이름 형식 Description
이름 string 템플릿에 정의된 데이터 항목의 이름입니다( TemplateItemType 복합 형식 참조).
형식 QName 사용되지 않습니다.

설명

데이터 항목은 최상위 데이터 항목 또는 구조의 데이터 항목일 수 있습니다.

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버
Windows Server 2008 [데스크톱 앱만 해당]